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
Currently complains about:
defined?(SomeModule).should be_nil # Sanity check
parser is there exactly so there's no additional parsing to be done. See also #4886
parser
$ rubocop -v 0.52.0
The text was updated successfully, but these errors were encountered:
I have a similar problem too.
options = { ... end_buttons: true, # Whether to display buttons to the first and last page. ... }
Sorry, something went wrong.
[Fix rubocop#5259] Resolve Style/CommentedKeyword false positives
fc21b32
1431566
No branches or pull requests
Currently complains about:
parser
is there exactly so there's no additional parsing to be done. See also #4886The text was updated successfully, but these errors were encountered: