Skip to content

Commit 6a49e00

Browse files
committed
Update RuboCop Rails to 2.10 (#35207).
git-svn-id: http://svn.redmine.org/redmine/trunk@20989 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent b5b02f6 commit 6a49e00

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ Rails/BulkChangeTable:
118118
- 'db/migrate/20120714122200_add_workflows_rule_fields.rb'
119119
- 'db/migrate/20131214094309_remove_custom_fields_min_max_length_default_values.rb'
120120

121+
Rails/EnvironmentVariableAccess:
122+
Enabled: false
123+
121124
Rails/HelperInstanceVariable:
122125
Enabled: false
123126

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ group :test do
9494
# RuboCop
9595
gem 'rubocop', '~> 1.14.0'
9696
gem 'rubocop-performance', '~> 1.11.0'
97-
gem 'rubocop-rails', '~> 2.9.0'
97+
gem 'rubocop-rails', '~> 2.10.1'
9898
end
9999

100100
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")

0 commit comments

Comments
 (0)