-
Notifications
You must be signed in to change notification settings - Fork 10
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
False positives for # rubocop:disable Metrics/BlockLength
(added in 0.44.0)
#14
Comments
Metrics/BlockLength
'Metrics/BlockLength
(added in 0.44.0)
Metrics/BlockLength
(added in 0.44.0)# rubocop:disable Metrics/BlockLength
(added in 0.44.0)
@rtfpessoa @machadoit can you have a look at this? |
@CaseyLeask I am not sure I understand the problem. You want us to update Rubocop to the latest version 0.44.0? |
@rtfpessoa In a nutshell, yes. Rubocop 0.44.0 adds the linting rule # rubocop:disable Metrics/BlockLength then |
@CaseyLeask ok, nice. I just did an update. Next time you need to change the version feel free to send a PR. Usually helps to get it faster into production. This should be released, worse case, in the next couple of days. |
Added in https://github.com/bbatsov/rubocop/releases/tag/v0.44.0 via rubocop/rubocop#3566, this now causes the line
# rubocop:disable Metrics/BlockLength
to give a false positive
The text was updated successfully, but these errors were encountered: