Skip to content

Commit

Permalink
Merge pull request #12 from wundertax/bump
Browse files Browse the repository at this point in the history
Adds config of newer cops
  • Loading branch information
mhenrixon authored Apr 22, 2020
2 parents a37e7cc + 8cc1361 commit ac9e492
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,3 +211,14 @@ Style/TrailingCommaInHashLiteral:

Style/WordArray:
EnforcedStyle: percent

# NEW COPS AFTER VERSION 0.80

Layout/SpaceAroundMethodCallOperator:
Enabled: true
Lint/RaiseException:
Enabled: true
Lint/StructNewOverride:
Enabled: true
Style/ExponentialNotation:
Enabled: true

0 comments on commit ac9e492

Please sign in to comment.