From a55d6bbe4bc0637a3851feb9ceaffa8aaf2315b9 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Sun, 16 Feb 2025 17:55:46 +0100 Subject: [PATCH] Update Rubocop config * Use the new plugin mechanism for supported cops * Remove TargetRubyVersion, since it is automatically inferred from .ruby-version --- .rubocop.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 3eae545..4d151d1 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,4 +1,4 @@ -require: +plugins: - rubocop-performance - rubocop-rspec @@ -10,7 +10,6 @@ inherit_from: - .rubocop/style.yml AllCops: - TargetRubyVersion: 3.4 UseCache: True NewCops: enable Exclude: