Add Rubocop

This commit is contained in:
Abinoam P. Marques Jr 2020-06-29 20:46:43 -03:00
parent c4a3e928a7
commit 33205fe502
2 changed files with 14 additions and 0 deletions

View File

@ -23,4 +23,5 @@ group :development do
gem 'guard' # NOTE: this is necessary in newer versions
gem 'guard-minitest'
gem "rb-readline"
gem "rubocop", require: false
end

View File

@ -35,6 +35,7 @@ GEM
guard-minitest (2.4.6)
guard-compat (~> 1.2)
minitest (>= 3.0)
jaro_winkler (1.5.4)
json (2.2.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
@ -53,16 +54,26 @@ GEM
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.19.2)
parser (2.6.5.0)
ast (~> 2.4.0)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
rainbow (3.0.0)
rake (12.3.3)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
rb-readline (0.5.5)
rubocop (0.78.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
shellany (0.0.1)
simplecov (0.13.0)
@ -71,6 +82,7 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
thor (0.20.3)
unicode-display_width (1.6.1)
PLATFORMS
ruby
@ -86,6 +98,7 @@ DEPENDENCIES
minitest-profile
rake
rb-readline
rubocop
rubyx!
rx-file!
simplecov