From 9cbd49b74b2a701c93546fc5076a05c626acbc70 Mon Sep 17 00:00:00 2001 From: Martin Meyerhoff Date: Wed, 28 May 2025 15:01:24 +0200 Subject: [PATCH] Remove Rubocop.yml deprecation warnings We can now use plugins, and require only local modules. --- .rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 7bf8465955f..3428ac0b173 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,10 +1,10 @@ inherit_from: .rubocop_todo.yml # Relaxed.Ruby.Style - -require: +plugins: - rubocop-performance - rubocop-rails +require: - ./tasks/linting/wrong_migration_version.rb AllCops: