1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Update RuboCop to 1.41 (#36919).

git-svn-id: https://svn.redmine.org/redmine/trunk@21998 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2022-12-23 02:23:23 +00:00
parent 361b285250
commit bf9585ac42
2 changed files with 5 additions and 1 deletions

View File

@ -233,6 +233,10 @@ Style/NegatedIfElseCondition:
Style/RaiseArgs:
Enabled: false
Style/RedundantConstantBase:
Exclude:
- 'config/environments/production.rb'
Style/Semicolon:
Enabled: false

View File

@ -103,7 +103,7 @@ group :test do
gem "selenium-webdriver", "~> 3.142.7"
gem 'webdrivers', '4.6.1', require: false
# RuboCop
gem 'rubocop', '~> 1.39.0'
gem 'rubocop', '~> 1.41.1'
gem 'rubocop-performance', '~> 1.15.0'
gem 'rubocop-rails', '~> 2.17.2'
end