Skip to content

Commit

Permalink
style(rubocop): disable Performance/StringIdentifierArgument cop
Browse files Browse the repository at this point in the history
it breaks the code. related issue:

rubocop/rubocop-performance#278
  • Loading branch information
gildesmarais committed Dec 30, 2021
1 parent 47a531c commit aa603e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ AllCops:
Exclude:
- vendor/**/*

Performance/StringIdentifierArgument:
Enabled: false

Metrics/BlockLength:
Exclude:
- "spec/**/*_spec.rb"
Expand Down

0 comments on commit aa603e0

Please sign in to comment.