Skip to content

Commit

Permalink
Changed: Disabled casecmp rule for Rubocop.
Browse files Browse the repository at this point in the history
  • Loading branch information
delner committed Mar 4, 2019
1 parent a5d1565 commit 511074c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Expand Up @@ -27,6 +27,9 @@ Metrics/AbcSize:
Metrics/MethodLength:
Max: 36

Performance/Casecmp:
Enabled: false

# TODO: this is not compliant with the Ruby community style guide. We
# should enable again this rule but it will change the public API because
# we're using set_ methods. We should work on that because also Rails
Expand Down

0 comments on commit 511074c

Please sign in to comment.