Skip to content

Commit

Permalink
Upgrade rubocop settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
merqlove committed Aug 20, 2017
1 parent 817fc22 commit 8125aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ HashSyntax:
SpaceBeforeFirstArg:
Enabled: false

Style/EmptyLineAfterMagicComment:
Layout/EmptyLineAfterMagicComment:
Enabled: false

TrailingCommaInArguments:
Expand Down Expand Up @@ -58,7 +58,7 @@ Style/MutableConstant:
Performance/RedundantBlockCall:
Enabled: false

Style/EmptyLinesAroundBlockBody:
Layout/EmptyLinesAroundBlockBody:
Enabled: false

Style/ZeroLengthPredicate:
Expand Down

0 comments on commit 8125aa4

Please sign in to comment.