Skip to content

Commit 96851ba

Browse files
authored
Use rubocop-sorbet as plugin (#629)
1 parent f34c30a commit 96851ba

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.rubocop.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ inherit_gem:
22
rubocop-shopify: rubocop.yml
33

44
plugins:
5-
- rubocop-minitest
6-
- rubocop-rake
7-
8-
require:
9-
- rubocop-sorbet
5+
- rubocop-minitest
6+
- rubocop-rake
7+
- rubocop-sorbet
108

119
AllCops:
1210
NewCops: disable
@@ -16,7 +14,7 @@ AllCops:
1614

1715
Naming/FileName:
1816
Exclude:
19-
- "lib/ruby-lsp-rails.rb"
17+
- "lib/ruby-lsp-rails.rb"
2018

2119
Sorbet/FalseSigil:
2220
Enabled: false

0 commit comments

Comments
 (0)