Skip to content

Commit

Permalink
Merge pull request #13 from wundertax/bump
Browse files Browse the repository at this point in the history
Move cops into the right place
  • Loading branch information
mhenrixon authored Apr 24, 2020
2 parents ac9e492 + 033a355 commit b5f5e7f
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ Layout/LineLength:
- http
- https

Layout/SpaceAroundMethodCallOperator:
Enabled: true

Layout/TrailingEmptyLines:
EnforcedStyle: final_newline

Expand All @@ -67,6 +70,12 @@ Lint/AmbiguousBlockAssociation:
Exclude:
- spec/**/*_spec.rb

Lint/RaiseException:
Enabled: true

Lint/StructNewOverride:
Enabled: true

# TODO: Fix this one
Lint/UriEscapeUnescape:
Enabled: false
Expand Down Expand Up @@ -177,6 +186,9 @@ RSpec/NestedGroups:
Style/Documentation:
Enabled: false

Style/ExponentialNotation:
Enabled: true

Style/FrozenStringLiteralComment:
Enabled: false

Expand Down Expand Up @@ -210,15 +222,4 @@ Style/TrailingCommaInHashLiteral:
EnforcedStyleForMultiline: comma

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
EnforcedStyle: percent

0 comments on commit b5f5e7f

Please sign in to comment.