-
-
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
unrecognized cop Syntax found #925
Comments
Turns out, it's actually really easy to create this warning. Note that I think it is fine for --auto-gen not to be able to cause Errors to be ignored. However, the warning line is a problem, so I guess that the
|
@jonas054 Would you look into this? |
Yes! |
bbatsov
added a commit
that referenced
this issue
Apr 3, 2014
[Fix #925] Don't disable Syntax cop in rubocop-todo.yml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$rubocop --auto-gen
generates a rubocop-todo.yml file with the following lines:
However, this leads to:
Please let me know if that is enough to go on, or if you need a test case. The project that generated it is pretty big, and I'm not sure which file caused these broken lines.
The text was updated successfully, but these errors were encountered: