Skip to content

Commit

Permalink
Tweak rubocop rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Temikus committed Jun 5, 2018
1 parent 0084f06 commit 00ee296
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Style/FrozenStringLiteralComment:
Style/HashSyntax:
EnforcedStyle: no_mixed_keys

# Do not enforce %i syntax
Style/SymbolArray:
Enabled: false

# HoundCI config

AllCops:
Expand Down

0 comments on commit 00ee296

Please sign in to comment.