-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Running rubocop .
causes .rubocop.yml to be ignored
#997
Comments
rubocop .
causes .rubocop.yml to be ignorerubocop .
causes .rubocop.yml to be ignored
I get a déjà vu feeling. Haven't we seen this (and fixed it) before? Which version of RuboCop are you running? Please call |
Notice the difference in the file count (31 vs 37): rubocop -d
rubcop . -d
|
Those 6 files that aren't inspected by |
Here's my
|
[Fix #997] Make sure paths are on normal form for exclude
Thank you! |
No problem, thanks for reporting! |
I would expect
rubocop .
to give the same result as runningrubocop
but it appears to ignore my.rubocop.yml
in the project root.Mac OS X 10.9.2 with rbenv
The text was updated successfully, but these errors were encountered: