From 95e5fe8b8fb1e16c71ffbed6681ab8b2203249d4 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 1 Jul 2025 21:43:13 +0200 Subject: Add subtitles to pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .rubocop.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index ace564d..cd25bfe 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -112,3 +112,10 @@ Naming/MethodParameterName: Minitest/MultipleAssertions: Max: 5 + +# +# Rails +# + +Rails/HelperInstanceVariable: + Enabled: false -- cgit v1.2.3