From 98069c0515c699498de7c4b5b5a3ea35762fd012 Mon Sep 17 00:00:00 2001 From: Pierre Jacquot <pierre.jacquot@inria.fr> Date: Tue, 11 Oct 2022 21:50:56 +0200 Subject: [PATCH] [rubocop] Reenable ERB deprecation checks. --- .rubocop.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 8102edeb43d..325fa09a0ad 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,6 +1,3 @@ --- Lint/UnusedBlockArgument: Severity: convention - -Lint/ErbNewArguments: - Enabled: false -- GitLab