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

Update RuboCop Rails to 2.13 (#35207).

git-svn-id: http://svn.redmine.org/redmine/trunk@21332 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2021-12-29 06:30:19 +00:00
parent 0b28b82d1f
commit fc82a72542
2 changed files with 4 additions and 1 deletions

View File

@ -118,6 +118,9 @@ Rails/BulkChangeTable:
- 'db/migrate/20120714122200_add_workflows_rule_fields.rb'
- 'db/migrate/20131214094309_remove_custom_fields_min_max_length_default_values.rb'
Rails/CompactBlank:
Enabled: false
Rails/EnvironmentVariableAccess:
Enabled: false

View File

@ -100,7 +100,7 @@ group :test do
# RuboCop
gem 'rubocop', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.13.0'
gem 'rubocop-rails', '~> 2.12.4'
gem 'rubocop-rails', '~> 2.13.0'
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")