Convert rubocop-performance to plugin

This commit is contained in:
Douglas Eichelberger 2025-03-04 13:10:48 -08:00
parent f9f9430f8e
commit 9627edd407
No known key found for this signature in database
GPG Key ID: F90193CBD547EB81

View File

@ -2,12 +2,13 @@
plugins: plugins:
- rubocop-md: - rubocop-md:
plugin_class_name: RuboCop::Markdown::Plugin plugin_class_name: RuboCop::Markdown::Plugin
- rubocop-performance:
plugin_class_name: RuboCop::Performance::Plugin
- rubocop-rspec: - rubocop-rspec:
plugin_class_name: RuboCop::RSpec::Plugin plugin_class_name: RuboCop::RSpec::Plugin
require: require:
- ./Homebrew/rubocops.rb - ./Homebrew/rubocops.rb
- rubocop-performance
- rubocop-sorbet - rubocop-sorbet
inherit_mode: inherit_mode: