We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef37f09 + c47d018 commit 1346feaCopy full SHA for 1346fea
.rubocop.yml
@@ -1,5 +1,12 @@
1
# This file is synced from `Homebrew/brew` by the `.github` repository, do not modify it directly.
2
---
3
+plugins:
4
+- rubocop-md:
5
+ plugin_class_name: RuboCop::Markdown::Plugin
6
+- rubocop-performance:
7
+ plugin_class_name: RuboCop::Performance::Plugin
8
+- rubocop-rspec:
9
+ plugin_class_name: RuboCop::RSpec::Plugin
10
AllCops:
11
TargetRubyVersion: 3.3
12
NewCops: enable
0 commit comments