summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-12-23 02:23:23 +0000
committerGo MAEDA <maeda@farend.jp>2022-12-23 02:23:23 +0000
commitbf9585ac42218e7bf01fa3b57c4ff59ca1221500 (patch)
tree47cb9251663e2e55165b6563d8f053952cc9884b /.rubocop.yml
parent361b285250c01b12d2063049c65b389b05056198 (diff)
downloadredmine-bf9585ac42218e7bf01fa3b57c4ff59ca1221500.tar.gz
redmine-bf9585ac42218e7bf01fa3b57c4ff59ca1221500.zip
Update RuboCop to 1.41 (#36919).
git-svn-id: https://svn.redmine.org/redmine/trunk@21998 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index aa6ea904b..89cdc8d73 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -233,6 +233,10 @@ Style/NegatedIfElseCondition:
Style/RaiseArgs:
Enabled: false
+Style/RedundantConstantBase:
+ Exclude:
+ - 'config/environments/production.rb'
+
Style/Semicolon:
Enabled: false