Skip to content

Commit 1346fea

Browse files
Merge pull request #218 from Homebrew/sync-shared-config
Synchronize shared configuration
2 parents ef37f09 + c47d018 commit 1346fea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.rubocop.yml

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# This file is synced from `Homebrew/brew` by the `.github` repository, do not modify it directly.
22
---
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
310
AllCops:
411
TargetRubyVersion: 3.3
512
NewCops: enable

0 commit comments

Comments
 (0)