Skip to content

Commit 10a9bba

Browse files
authored
Merge pull request #751 from standardrb/empty-line-guard-clause
Turns EmptyLineAfterGuardClause off
2 parents 04ec853 + 2e6ea9b commit 10a9bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Layout/EmptyComment:
125125
AllowMarginComment: true
126126

127127
Layout/EmptyLineAfterGuardClause:
128-
Enabled: true
128+
Enabled: false
129129

130130
Layout/EmptyLineAfterMagicComment:
131131
Enabled: true

0 commit comments

Comments
 (0)