Skip to content

Commit

Permalink
Update Lint/UnneededDisable description
Browse files Browse the repository at this point in the history
  • Loading branch information
rrosenblum committed Jun 29, 2015
1 parent d6bf427 commit 57b7f48
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/enabled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,10 @@ Lint/UnderscorePrefixedVariableName:
Enabled: true

Lint/UnneededDisable:
Description: 'Checks for rubocop:disable comments that can be removed.'
Description: >-
Checks for rubocop:disable comments that can be removed.
Note: this cop is not disabled when disabling all cops.
It must be explicitly disabled.
Enabled: true

Lint/UnusedBlockArgument:
Expand Down

0 comments on commit 57b7f48

Please sign in to comment.