Skip to content

Commit

Permalink
Remove reference to performance cop
Browse files Browse the repository at this point in the history
Performance cops were moved out in to their own gem in Rubocop 0.68[1], which
means that referring to them logs a warning like:

`Warning: unrecognized cop Performance/Casecmp found in …`

Remove the reference to the performance cop to resolve this. Note that it may
negatively impact users who do not upgrade to 0.68, as this previously disabled
Performace cop will now be enabled until they upgrade to 0.68.

[1]: rubocop/rubocop#5977
  • Loading branch information
dylnclrk committed Apr 30, 2019
1 parent 7c4a36d commit 5a6bfdb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rubocop/rubocop.yml
Expand Up @@ -71,9 +71,6 @@ Metrics/MethodLength:
Naming/PredicateName:
Enabled: false

Performance/Casecmp:
Enabled: false

Security/YAMLLoad:
Enabled: false

Expand Down

0 comments on commit 5a6bfdb

Please sign in to comment.