diff options
author | Go MAEDA <maeda@farend.jp> | 2022-12-23 02:23:23 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2022-12-23 02:23:23 +0000 |
commit | bf9585ac42218e7bf01fa3b57c4ff59ca1221500 (patch) | |
tree | 47cb9251663e2e55165b6563d8f053952cc9884b /.rubocop.yml | |
parent | 361b285250c01b12d2063049c65b389b05056198 (diff) | |
download | redmine-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.yml | 4 |
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 |