Skip to content

Commit

Permalink
Tune rubocop config
Browse files Browse the repository at this point in the history
  • Loading branch information
Temikus committed Dec 8, 2020
1 parent 19e217e commit 22ea17e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,13 @@ Style/StringLiterals:
Enabled: false

Style/IfUnlessModifier:
Enabled: false
Enabled: false

Metrics/LineLength:
Max: 120

Layout/HashAlignment:
EnforcedHashRocketStyle: table

Style/HashSyntax:
EnforcedStyle: no_mixed_keys

0 comments on commit 22ea17e

Please sign in to comment.