Skip to content

Commit

Permalink
Merge pull request #5 from wundertax/release-1.2.0
Browse files Browse the repository at this point in the history
Update default.yml
  • Loading branch information
nic-lan authored Mar 1, 2019
2 parents 9cfaa0d + 4761315 commit 63e7f88
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -928,6 +928,8 @@ Style/ZeroLengthPredicate:

Layout/IndentHeredoc:
EnforcedStyle: squiggly
Exclude:
- !ruby/regexp /_generator\.rb$/

Lint/AmbiguousOperator:
Enabled: true
Expand Down Expand Up @@ -1177,19 +1179,6 @@ Metrics/BlockLength:
- !ruby/regexp /_spec\.rb$/
- !ruby/regexp /\.gemspec$/

Layout/IndentHeredoc:
Exclude:
- !ruby/regexp /_generator\.rb$/

Style/FrozenStringLiteralComment:
Enabled: false

Style/GlobalVars:
Enabled: false

Style/MultilineBlockChain:
Enabled: false

Style/TrailingCommaInArrayLiteral:
Enabled: false

Expand Down

0 comments on commit 63e7f88

Please sign in to comment.