We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555a028 commit 053cdc6Copy full SHA for 053cdc6
.rubocop.yml
@@ -7,13 +7,17 @@ plugins:
7
plugin_class_name: RuboCop::Performance::Plugin
8
- rubocop-rspec:
9
plugin_class_name: RuboCop::RSpec::Plugin
10
+- rubocop-sorbet:
11
+ plugin_class_name: RuboCop::Sorbet::Plugin
12
AllCops:
13
+ ParserEngine: parser_prism
14
TargetRubyVersion: 3.3
15
NewCops: enable
16
Include:
17
- "**/*.rbi"
18
Exclude:
19
- Homebrew/sorbet/rbi/{dsl,gems}/**/*.rbi
20
+ - Homebrew/sorbet/rbi/parser*.rbi
21
- Homebrew/bin/*
22
- Homebrew/vendor/**/*
23
- Taps/*/*/vendor/**/*
0 commit comments