Maintenance: Updated rubocop to latest version (0.67.2).
This commit is contained in:
parent
fcd0708e9a
commit
44e9e04949
3 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
||||||
# Default enabled cops
|
# Default enabled cops
|
||||||
# https://github.com/rubocop-hq/rubocop/blob/master/config/default.yml
|
# https://github.com/rubocop-hq/rubocop/blob/master/config/default.yml
|
||||||
|
|
||||||
|
require: rubocop-performance
|
||||||
|
|
||||||
inherit_from: .rubocop_todo.yml
|
inherit_from: .rubocop_todo.yml
|
||||||
|
|
||||||
AllCops:
|
AllCops:
|
||||||
|
|
1
Gemfile
1
Gemfile
|
@ -164,6 +164,7 @@ group :development, :test do
|
||||||
gem 'coffeelint'
|
gem 'coffeelint'
|
||||||
gem 'pre-commit'
|
gem 'pre-commit'
|
||||||
gem 'rubocop'
|
gem 'rubocop'
|
||||||
|
gem 'rubocop-performance'
|
||||||
|
|
||||||
# changelog generation
|
# changelog generation
|
||||||
gem 'github_changelog_generator'
|
gem 'github_changelog_generator'
|
||||||
|
|
|
@ -331,8 +331,8 @@ GEM
|
||||||
omniauth-weibo-oauth2 (0.5.2)
|
omniauth-weibo-oauth2 (0.5.2)
|
||||||
omniauth (~> 1.5)
|
omniauth (~> 1.5)
|
||||||
omniauth-oauth2 (>= 1.4.0)
|
omniauth-oauth2 (>= 1.4.0)
|
||||||
parallel (1.15.0)
|
parallel (1.17.0)
|
||||||
parser (2.6.2.0)
|
parser (2.6.2.1)
|
||||||
ast (~> 2.4.0)
|
ast (~> 2.4.0)
|
||||||
pg (0.21.0)
|
pg (0.21.0)
|
||||||
pluginator (1.5.0)
|
pluginator (1.5.0)
|
||||||
|
@ -416,7 +416,7 @@ GEM
|
||||||
rspec-support (~> 3.8.0)
|
rspec-support (~> 3.8.0)
|
||||||
rspec-support (3.8.0)
|
rspec-support (3.8.0)
|
||||||
rszr (0.4.0)
|
rszr (0.4.0)
|
||||||
rubocop (0.66.0)
|
rubocop (0.67.2)
|
||||||
jaro_winkler (~> 1.5.1)
|
jaro_winkler (~> 1.5.1)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 2.5, != 2.5.1.1)
|
parser (>= 2.5, != 2.5.1.1)
|
||||||
|
@ -424,6 +424,8 @@ 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.4.0, < 1.6)
|
unicode-display_width (>= 1.4.0, < 1.6)
|
||||||
|
rubocop-performance (1.0.0)
|
||||||
|
rubocop (>= 0.58.0)
|
||||||
ruby-progressbar (1.10.0)
|
ruby-progressbar (1.10.0)
|
||||||
ruby_dep (1.5.0)
|
ruby_dep (1.5.0)
|
||||||
rubyzip (1.2.2)
|
rubyzip (1.2.2)
|
||||||
|
@ -592,6 +594,7 @@ DEPENDENCIES
|
||||||
rspec-rails
|
rspec-rails
|
||||||
rszr (= 0.4.0)
|
rszr (= 0.4.0)
|
||||||
rubocop
|
rubocop
|
||||||
|
rubocop-performance
|
||||||
rubyntlm!
|
rubyntlm!
|
||||||
sassc-rails
|
sassc-rails
|
||||||
selenium-webdriver
|
selenium-webdriver
|
||||||
|
|
Loading…
Reference in a new issue