From 0c24480a0a2766bb67a4f40e447cc5cf8d1ddc83 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:24:26 +0000 Subject: [PATCH] Migrate to Rubocop's new plugin syntax To suppress this Rubocop warning: ``` $ make lint rubocop-rspec extension supports plugin, specify `plugins: rubocop-rspec` instead of `require: rubocop-rspec` in /Users/emorley/src/heroku-buildpack-python/.rubocop.yml. For more information, see https://docs.rubocop.org/rubocop/plugin_migration_guide.html. ``` --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 44a322aef..2edf1e039 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,4 +1,4 @@ -require: +plugins: - rubocop-rspec AllCops: