You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for some reason I started to get this warning: -s/--stdin requires exactly one path, relative to the root of the project. RuboCop will use this path to determine which cops are enabled (via eg. Include/Exclude), and so that certain cops like Naming/FileName can be checked.
along with this one: command bundle exec rubocop returns empty output! please check configuration.
This is happening only on a specific project Im working. I tried to remove the contents of .rubocop.yml file from the project but still get the warnings. Any idea?
The text was updated successfully, but these errors were encountered:
Im using VScode with Rubocop version 1.13
for some reason I started to get this warning:
-s/--stdin requires exactly one path, relative to the root of the project. RuboCop will use this path to determine which cops are enabled (via eg. Include/Exclude), and so that certain cops like Naming/FileName can be checked.
along with this one:
command bundle exec rubocop returns empty output! please check configuration.
This is happening only on a specific project Im working. I tried to remove the contents of .rubocop.yml file from the project but still get the warnings. Any idea?
The text was updated successfully, but these errors were encountered: