Updated rubocop gem

This commit is contained in:
jfederico 2019-05-02 14:34:37 +00:00
parent fe5a567788
commit bc57caa806
3 changed files with 1189 additions and 11 deletions

1177
.rubocop.yml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -75,12 +75,15 @@ group :production do
gem 'pg', '~> 0.18' gem 'pg', '~> 0.18'
end end
# Ruby linting.
gem 'rubocop', '0.57.1'
group :development, :test do group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console # Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platform: :mri gem 'byebug', platform: :mri
# Environment configuration.
gem 'dotenv-rails'
end end
# Environment configuration.
gem 'dotenv-rails'
group :test do group :test do
# Include Rspec and other testing utilities. # Include Rspec and other testing utilities.
@ -91,8 +94,6 @@ group :test do
gem 'faker' gem 'faker'
gem "factory_bot_rails" gem "factory_bot_rails"
gem 'webmock' gem 'webmock'
# Ruby linting.
gem 'rubocop'
end end
group :development do group :development do

View File

@ -104,7 +104,7 @@ GEM
http_accept_language (2.1.1) http_accept_language (2.1.1)
i18n (1.0.1) i18n (1.0.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jaro_winkler (1.5.1) jaro_winkler (1.5.2)
jbuilder (2.7.0) jbuilder (2.7.0)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
multi_json (>= 1.2) multi_json (>= 1.2)
@ -174,8 +174,8 @@ GEM
omniauth-twitter (1.4.0) omniauth-twitter (1.4.0)
omniauth-oauth (~> 1.1) omniauth-oauth (~> 1.1)
rack rack
parallel (1.12.1) parallel (1.17.0)
parser (2.5.1.0) parser (2.6.3.0)
ast (~> 2.4.0) ast (~> 2.4.0)
pg (0.21.0) pg (0.21.0)
popper_js (1.14.5) popper_js (1.14.5)
@ -244,7 +244,7 @@ GEM
rspec-mocks (~> 3.7.0) rspec-mocks (~> 3.7.0)
rspec-support (~> 3.7.0) rspec-support (~> 3.7.0)
rspec-support (3.7.1) rspec-support (3.7.1)
rubocop (0.57.2) rubocop (0.57.1)
jaro_winkler (~> 1.5.1) jaro_winkler (~> 1.5.1)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 2.5) parser (>= 2.5)
@ -252,7 +252,7 @@ GEM
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1) unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0) ruby-progressbar (1.10.0)
rubyntlm (0.6.2) rubyntlm (0.6.2)
safe_yaml (1.0.4) safe_yaml (1.0.4)
sass (3.5.6) sass (3.5.6)
@ -314,7 +314,7 @@ GEM
unf (0.1.4) unf (0.1.4)
unf_ext unf_ext
unf_ext (0.0.7.5) unf_ext (0.0.7.5)
unicode-display_width (1.4.0) unicode-display_width (1.5.0)
web-console (3.6.2) web-console (3.6.2)
actionview (>= 5.0) actionview (>= 5.0)
activemodel (>= 5.0) activemodel (>= 5.0)
@ -364,7 +364,7 @@ DEPENDENCIES
redis (~> 3.0) redis (~> 3.0)
remote_syslog_logger remote_syslog_logger
rspec-rails (~> 3.7) rspec-rails (~> 3.7)
rubocop rubocop (= 0.57.1)
sass-rails (~> 5.0) sass-rails (~> 5.0)
shoulda-matchers (~> 3.1) shoulda-matchers (~> 3.1)
spring spring