From 9627edd4071c2eb8acb9e43149dff62952731439 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Tue, 4 Mar 2025 13:10:48 -0800 Subject: [PATCH] Convert rubocop-performance to plugin --- Library/.rubocop.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 1f0e6aea74..7259c42a9b 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -2,12 +2,13 @@ plugins: - rubocop-md: plugin_class_name: RuboCop::Markdown::Plugin + - rubocop-performance: + plugin_class_name: RuboCop::Performance::Plugin - rubocop-rspec: plugin_class_name: RuboCop::RSpec::Plugin require: - ./Homebrew/rubocops.rb - - rubocop-performance - rubocop-sorbet inherit_mode: