Skip to content

Commit 8125aa4

Browse files
committed
Upgrade rubocop settings.
1 parent 817fc22 commit 8125aa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ HashSyntax:
1010
SpaceBeforeFirstArg:
1111
Enabled: false
1212

13-
Style/EmptyLineAfterMagicComment:
13+
Layout/EmptyLineAfterMagicComment:
1414
Enabled: false
1515

1616
TrailingCommaInArguments:
@@ -58,7 +58,7 @@ Style/MutableConstant:
5858
Performance/RedundantBlockCall:
5959
Enabled: false
6060

61-
Style/EmptyLinesAroundBlockBody:
61+
Layout/EmptyLinesAroundBlockBody:
6262
Enabled: false
6363

6464
Style/ZeroLengthPredicate:

0 commit comments

Comments
 (0)