Skip to content

Commit

Permalink
Update obsolete rubocop cops
Browse files Browse the repository at this point in the history
It's complaining.
  • Loading branch information
alepore committed May 30, 2019
1 parent 547dea0 commit 8c8a9b6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AllCops:
Exclude:
- 'spec/dummy/**/*'
- 'vendor/bundle/**/*'
TargetRubyVersion: 2.1
TargetRubyVersion: 2.3

# Sometimes I believe this reads better
# This also causes spacing issues on multi-line fixes
Expand Down Expand Up @@ -38,9 +38,6 @@ Style/WordArray:
Style/ConditionalAssignment:
Enabled: false

Performance/Count:
Enabled: false

Style/RaiseArgs:
Enabled: false

Expand Down Expand Up @@ -73,10 +70,10 @@ Layout/ClosingParenthesisIndentation:
Layout/MultilineMethodCallIndentation:
Enabled: false

Layout/IndentArray:
Layout/IndentFirstArrayElement:
Enabled: false

Layout/IndentHash:
Layout/IndentFirstHashElement:
Enabled: false

Layout/AlignHash:
Expand Down

0 comments on commit 8c8a9b6

Please sign in to comment.