From 3a2bc633bbbdfbf4de8b89901116645363d731c6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 10 Mar 2025 08:05:01 +0000 Subject: [PATCH] .rubocop.yml: update to match main configuration --- .rubocop.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 625f3b05..bda3ffaf 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,12 @@ # This file is synced from `Homebrew/brew` by the `.github` repository, do not modify it directly. --- +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 AllCops: TargetRubyVersion: 3.3 NewCops: enable