We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b02f6 commit 6a49e00Copy full SHA for 6a49e00
.rubocop.yml
@@ -118,6 +118,9 @@ Rails/BulkChangeTable:
118
- 'db/migrate/20120714122200_add_workflows_rule_fields.rb'
119
- 'db/migrate/20131214094309_remove_custom_fields_min_max_length_default_values.rb'
120
121
+Rails/EnvironmentVariableAccess:
122
+ Enabled: false
123
+
124
Rails/HelperInstanceVariable:
125
Enabled: false
126
Gemfile
@@ -94,7 +94,7 @@ group :test do
94
# RuboCop
95
gem 'rubocop', '~> 1.14.0'
96
gem 'rubocop-performance', '~> 1.11.0'
97
- gem 'rubocop-rails', '~> 2.9.0'
+ gem 'rubocop-rails', '~> 2.10.1'
98
end
99
100
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
0 commit comments