Rubocop: Another false offense for Style/CommentedKeyword

Created on 14 Dec 2017  路  1Comment  路  Source: rubocop-hq/rubocop

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

$ rubocop -v
0.52.0
bug

Most helpful comment

I have a similar problem too.

options = {
  ...
  end_buttons: true,        # Whether to display buttons to the first and last page.
  ...
}
$ rubocop -v
0.52.0

>All comments

I have a similar problem too.

options = {
  ...
  end_buttons: true,        # Whether to display buttons to the first and last page.
  ...
}
$ rubocop -v
0.52.0
Was this page helpful?
0 / 5 - 0 ratings