-
-
Notifications
You must be signed in to change notification settings - Fork 408
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 taking issue with old source #339
Comments
This is due to a mix of issues reported by rubocop, some of which are legitimate, but one of which is because of an error in rubocop itself.
This is the commit that fixes the remaining (mis)reported violation: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The latest version of RuboCop seems to be getting caught on a few issues on most of the recent pull requests that aren't related to the commits in the pull requests. Here's one of the common complaints from RuboCop:
This seems to be happening with a bunch of recent pull requests including:
#335
#320
#322
#338
I was able to reproduce there complaints from RuboCop with an unmodified clone of the most current release as well.
Was RuboCop updated at some point and is now upset with some pre-existing items in the source? I see that in the gemfile on line 17 is specifies any version >= 0.37. If the issue is with RuboCop becoming more stringent, should we address these issues? Alternatively, we could specify a version of RuboCop that's old enough not to care about these issues, but that seems like bad practice.
The text was updated successfully, but these errors were encountered: