From 6c43f5904424fca037225ecb5fff7681145a7ab2 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 17 Jun 2025 17:44:56 +0100 Subject: [PATCH] Drop temporary rubocop configuration rule --- .rubocop.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index de2f97c44..957108079 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -42,10 +42,8 @@ Naming/FileName: Naming/MethodParameterName: Enabled: false -# AllowedMethods can be replaced with AllowBangMethods after release of -# https://github.com/rubocop/rubocop/pull/14270 Naming/PredicateMethod: - AllowedMethods: gravatar_enable! + AllowBangMethods: true # This conflicts with Strong Migrations, which can't check `change_table` Rails/BulkChangeTable: -- 2.39.5