Skip to content

Commit

Permalink
Rubocop: turn off some more cops
Browse files Browse the repository at this point in the history
  • Loading branch information
asppsa committed Sep 8, 2019
1 parent 995f47e commit 4c28d41
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ Style/GlobalVars:
Exclude:
- spec/moneta/adapters/cassandra/helper.rb

Style/FrozenStringLiteralComment:
Enabled: false

Style/FormatString:
Enabled: false

Expand Down Expand Up @@ -156,6 +159,9 @@ Style/RescueStandardError:
Style/RescueModifier:
Enabled: false

Style/SafeNavigation:
Enabled: false

Style/StringLiterals:
Enabled: false

Expand Down

0 comments on commit 4c28d41

Please sign in to comment.