Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.rubocop.yml read from excluded folders #1425

Closed
bquorning opened this issue Nov 3, 2014 · 0 comments
Closed

.rubocop.yml read from excluded folders #1425

bquorning opened this issue Nov 3, 2014 · 0 comments
Assignees

Comments

@bquorning
Copy link
Contributor

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
@jonas054 jonas054 self-assigned this Nov 4, 2014
bbatsov added a commit that referenced this issue Nov 5, 2014
[Fix #1425] Find included files in a simpler way
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants