File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ require : rubocop-rails
2
+
3
+ AllCops :
4
+ NewCops : enable
Original file line number Diff line number Diff line change @@ -65,5 +65,6 @@ gem 'net-ssh'
65
65
gem 'ed25519'
66
66
gem 'bcrypt_pbkdf'
67
67
68
- gem 'rubocop'
69
- gem 'brakeman'
68
+ gem 'rubocop' , require : false
69
+ gem 'rubocop-rails' , require : false
70
+ gem 'brakeman' , require : false
Original file line number Diff line number Diff line change 239
239
unicode-display_width (>= 1.4.0 , < 3.0 )
240
240
rubocop-ast (1.4.1 )
241
241
parser (>= 2.7.1.5 )
242
+ rubocop-rails (2.9.1 )
243
+ activesupport (>= 4.2.0 )
244
+ rack (>= 1.1 )
245
+ rubocop (>= 0.90.0 , < 2.0 )
242
246
ruby-progressbar (1.11.0 )
243
247
ruby_dep (1.5.0 )
244
248
rubyzip (2.3.0 )
@@ -341,6 +345,7 @@ DEPENDENCIES
341
345
rails (~> 6.1.1 )
342
346
railties (>= 6.0.0 )
343
347
rubocop
348
+ rubocop-rails
344
349
sass-rails (~> 5.0 )
345
350
selenium-webdriver
346
351
sidekiq
You can’t perform that action at this time.
0 commit comments