We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
a few times I wanted to add a trailing comment to a disable, but rubocop does not allow that ...
Translation # rubocop:disable Lint/Void needs to be loaded before un-marshaling
but that results in:
xyz.rb:87:21: W: Lint/UnneededDisable: Unnecessary disabling of Lint/Void needs to be loaded before un (unknown cop).
rubocop: 0.40
The text was updated successfully, but these errors were encountered:
[Fix rubocop#3191] Allow arbitrary comments after cop names in Commen…
feab83c
…tConfig lines
e0ca611
06fd4de
…tConfig lines (rubocop#3201)
No branches or pull requests
a few times I wanted to add a trailing comment to a disable, but rubocop does not allow that ...
but that results in:
rubocop: 0.40
The text was updated successfully, but these errors were encountered: