Skip to content

Commit 84975e5

Browse files
committed
Remove extenstion suggestions from rubocop
1 parent 0e9f164 commit 84975e5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.rubocop.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
require:
22
- standard
3-
# TODO: Add cops later
4-
# - rubocop-rails
5-
# - rubocop-rspec
63

74
inherit_gem:
85
standard: config/base.yml
@@ -15,3 +12,4 @@ AllCops:
1512
- '.git/**/*'
1613
- 'build/**/*'
1714
- 'rubies/**/*'
15+
SuggestExtensions: false

0 commit comments

Comments
 (0)