Skip to content

Commit 4bc49b1

Browse files
committed
Deactivate rubocop extension suggestions
1 parent 86be0ce commit 4bc49b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ AllCops:
1111
- "vendor/bundle/**/*"
1212
- "vendor/bundle/**/.*"
1313
TargetRubyVersion: 2.5
14+
# we might wanna adopt rspec and rake but it's a bit annoying for now
15+
SuggestExtensions: false
1416

1517
Bundler/OrderedGems:
1618
Description: Gems should be alphabetically sorted within groups.

0 commit comments

Comments
 (0)