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
Using be1f420, it seems that Rubocop is reading .rubocop.yml files from my excluded folders (e.g. vendor/**/*):
Warning: unrecognized cop EmptyLinesAroundBody found in /Users/bquorning/Code/my_project/vendor/bundle/ruby/2.1.0/gems/fog-1.22.1/.rubocop_todo.yml
Warning: unrecognized cop EmptyLinesAroundBody found in /Users/bquorning/Code/my_project/vendor/bundle/ruby/2.1.0/gems/fog-1.22.1/.rubocop.yml
/Users/bquorning/Code/my_project/vendor/bundle/ruby/2.1.0/gems/parser-2.1.7/.rubocop.yml - AllCops/Excludes was renamed to AllCops/Exclude
Warning: unrecognized cop SymbolName found in /Users/bquorning/Code/my_project/vendor/bundle/ruby/2.1.0/gems/parser-2.1.7/.rubocop.yml
/Users/bquorning/Code/my_project/vendor/bundle/ruby/2.1.0/gems/parser-2.1.9/.rubocop.yml - AllCops/Excludes was renamed to AllCops/Exclude
Warning: unrecognized cop SymbolName found in /Users/bquorning/Code/my_project/vendor/bundle/ruby/2.1.0/gems/parser-2.1.9/.rubocop.yml
Warning: unrecognized cop EmptyLinesAroundBody found in /Users/bquorning/Code/my_project/vendor/bundle/ruby/2.1.0/gems/rainbow-2.0.0/.rubocop.yml
Warning: unrecognized cop MultilineBlocks found in /Users/bquorning/Code/my_project/vendor/bundle/ruby/2.1.0/gems/rake-10.3.1/.rubocop.yml
Warning: unrecognized cop MultilineBlocks found in /Users/bquorning/Code/my_project/vendor/bundle/ruby/2.1.0/gems/rake-10.3.2/.rubocop.yml
/Users/bquorning/Code/my_project/vendor/bundle/ruby/2.1.0/gems/rubocop-0.23.0/.rubocop_todo.yml: Style/ClassLength has the wrong namespace - should be Metrics
/Users/bquorning/Code/my_project/vendor/bundle/ruby/2.1.0/gems/rubocop-0.23.0/.rubocop_todo.yml: Style/CyclomaticComplexity has the wrong namespace - should be Metrics
/Users/bquorning/Code/my_project/vendor/bundle/ruby/2.1.0/gems/rubocop-0.23.0/.rubocop_todo.yml: Style/MethodLength has the wrong namespace - should be Metrics
/Users/bquorning/Code/my_project/vendor/bundle/ruby/2.1.0/gems/rubocop-0.24.0/.rubocop_todo.yml: Style/ClassLength has the wrong namespace - should be Metrics
/Users/bquorning/Code/my_project/vendor/bundle/ruby/2.1.0/gems/rubocop-0.24.0/.rubocop_todo.yml: Style/CyclomaticComplexity has the wrong namespace - should be Metrics
/Users/bquorning/Code/my_project/vendor/bundle/ruby/2.1.0/gems/rubocop-0.24.0/.rubocop_todo.yml: Style/MethodLength has the wrong namespace - should be Metrics
The text was updated successfully, but these errors were encountered:
Using be1f420, it seems that Rubocop is reading
.rubocop.yml
files from my excluded folders (e.g.vendor/**/*
):The text was updated successfully, but these errors were encountered: