require rubocop-rails in .rubocop.yml (#10974)
* Revert "Revert #10957 (rubocop-rails) which is incompatible with CodeClimate (#10965)"
This reverts commit 121d19d7fa
.
* Disable Rails/HelperInstanceVariable
This commit is contained in:
parent
c402c291f4
commit
70423ce81f
3 changed files with 11 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -129,6 +129,7 @@ group :development do
|
|||
gem 'letter_opener_web', '~> 1.3'
|
||||
gem 'memory_profiler'
|
||||
gem 'rubocop', '~> 0.71', require: false
|
||||
gem 'rubocop-rails', '~> 2.0', require: false
|
||||
gem 'brakeman', '~> 4.5', require: false
|
||||
gem 'bundler-audit', '~> 0.6', require: false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue