mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
chore: generate new rubocop.yml file and add rubocop dependencies to gemfile
This commit is contained in:
parent
e14c71a595
commit
86b0ac9bbf
4 changed files with 902 additions and 72 deletions
21
Gemfile.lock
21
Gemfile.lock
|
|
@ -425,6 +425,21 @@ GEM
|
|||
unicode-display_width (>= 2.4.0, < 4.0)
|
||||
rubocop-ast (1.38.0)
|
||||
parser (>= 3.3.1.0)
|
||||
rubocop-performance (1.23.1)
|
||||
rubocop (>= 1.48.1, < 2.0)
|
||||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
rubocop-rails (2.29.1)
|
||||
activesupport (>= 4.2.0)
|
||||
rack (>= 1.1)
|
||||
rubocop (>= 1.52.0, < 2.0)
|
||||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
rubocop-rake (0.6.0)
|
||||
rubocop (~> 1.0)
|
||||
rubocop-rspec (3.4.0)
|
||||
rubocop (~> 1.61)
|
||||
rubocop-rspec_rails (2.30.0)
|
||||
rubocop (~> 1.61)
|
||||
rubocop-rspec (~> 3, >= 3.0.1)
|
||||
ruby-progressbar (1.13.0)
|
||||
rubyzip (2.4.1)
|
||||
securerandom (0.4.1)
|
||||
|
|
@ -558,6 +573,12 @@ DEPENDENCIES
|
|||
rails-controller-testing
|
||||
rspec-rails (~> 6.0.3)
|
||||
rubocop
|
||||
rubocop-ast
|
||||
rubocop-performance
|
||||
rubocop-rails
|
||||
rubocop-rake
|
||||
rubocop-rspec
|
||||
rubocop-rspec_rails
|
||||
seed_dump
|
||||
simplecov
|
||||
solargraph-reek
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue