From 42b381985bebdb025bfba8466840b76d1c917d12 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 19 Sep 2022 06:36:17 +0000 Subject: [PATCH] Disable RuboCop Rails/SquishedSQLHeredocs (#37248). git-svn-id: https://svn.redmine.org/redmine/trunk@21822 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 6c94995bb..b8b060aee 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -136,6 +136,9 @@ Rails/FilePath: Rails/HelperInstanceVariable: Enabled: false +Rails/SquishedSQLHeredocs: + Enabled: false + Style/AsciiComments: Exclude: # Copyright credit has non ascii character. -- 2.39.5