Skip to content

Commit 458f19a

Browse files
committed
Disable rubocop suggestions
1 parent 8405513 commit 458f19a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ AllCops:
88
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
99
# to ignore them, so only the ones explicitly set in this file are enabled.
1010
DisabledByDefault: true
11+
SuggestExtensions: false
1112
Exclude:
1213
- '**/tmp/**/*'
1314
- '**/templates/**/*'

0 commit comments

Comments
 (0)