From edbb1d71f620f1ef5910bafb5e2280ce5ef1ecf2 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Tue, 16 Jan 2024 08:00:10 +0100 Subject: [PATCH] Update RuboCop config --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index ea395f4c..dfba9149 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -66,6 +66,9 @@ Rails/I18nLocaleAssignment: Exclude: - 'test/support/i18n_helper.rb' +Style/ArgumentsForwarding: + Enabled: false + Style/Documentation: Enabled: false