Skip to content

Commit 04a7cc7

Browse files
committed
(maint) Enable Layout/SpaceAfterMethodName Cop
1 parent a169c17 commit 04a7cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Layout/SpaceAroundKeyword:
194194
Enabled: false
195195

196196
Layout/SpaceAfterMethodName:
197-
Enabled: false
197+
Enabled: true
198198

199199
Layout/SpaceAfterNot:
200200
Enabled: false

0 commit comments

Comments
 (0)