Skip to content

Commit 50d3e9a

Browse files
authored
Merge pull request #951 from Homebrew/sync-shared-config
Synchronize shared configuration
2 parents 28440d5 + 23c36e1 commit 50d3e9a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.rubocop.yml

Lines changed: 7 additions & 0 deletions
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)