summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-06-30 09:42:33 +0000
committerGo MAEDA <maeda@farend.jp>2022-06-30 09:42:33 +0000
commitf79bbf2d3905f219c11bdcb951971bb6ba0cf5ae (patch)
tree46f933b3ac2f7b8c026178d2895fb47a90d0f61f /.rubocop.yml
parent856f104031940c8bde9ca79d56673b4d997a7d2e (diff)
downloadredmine-f79bbf2d3905f219c11bdcb951971bb6ba0cf5ae.tar.gz
redmine-f79bbf2d3905f219c11bdcb951971bb6ba0cf5ae.zip
Update RuboCop to 1.31 (#36919).
git-svn-id: https://svn.redmine.org/redmine/trunk@21697 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 63f7e6a68..5b287ff5e 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -94,6 +94,9 @@ Lint/StructNewOverride:
Lint/SuppressedException:
AllowComments: true
+Layout/LineContinuationLeadingSpace:
+ Enabled: false
+
Layout/TrailingWhitespace:
AllowInHeredoc: true