Skip to content

Commit 053cdc6

Browse files
committed
.rubocop.yml: update to match main configuration
1 parent 555a028 commit 053cdc6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.rubocop.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@ plugins:
77
plugin_class_name: RuboCop::Performance::Plugin
88
- rubocop-rspec:
99
plugin_class_name: RuboCop::RSpec::Plugin
10+
- rubocop-sorbet:
11+
plugin_class_name: RuboCop::Sorbet::Plugin
1012
AllCops:
13+
ParserEngine: parser_prism
1114
TargetRubyVersion: 3.3
1215
NewCops: enable
1316
Include:
1417
- "**/*.rbi"
1518
Exclude:
1619
- Homebrew/sorbet/rbi/{dsl,gems}/**/*.rbi
20+
- Homebrew/sorbet/rbi/parser*.rbi
1721
- Homebrew/bin/*
1822
- Homebrew/vendor/**/*
1923
- Taps/*/*/vendor/**/*

0 commit comments

Comments
 (0)