Merge pull request #6905 from adullact/feature/6863-rubocop-rspec-focused
Remplacement de la gem `rubocop-rspec-focused` dépréciée
This commit is contained in:
commit
27d80153ce
3 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
require:
|
||||
- rubocop-performance
|
||||
- rubocop-rails
|
||||
- rubocop/rspec/focused
|
||||
- rubocop-rspec
|
||||
- ./lib/cops/add_concurrent_index.rb
|
||||
- ./lib/cops/application_name.rb
|
||||
- ./lib/cops/unscoped.rb
|
||||
|
@ -877,7 +877,7 @@ Rails/WhereExists:
|
|||
Rails/WhereNot:
|
||||
Enabled: true
|
||||
|
||||
RSpec/Focused:
|
||||
RSpec/Focus:
|
||||
Enabled: true
|
||||
|
||||
Security/Eval:
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -113,7 +113,7 @@ group :development do
|
|||
gem 'rubocop', require: false
|
||||
gem 'rubocop-performance', require: false
|
||||
gem 'rubocop-rails', require: false
|
||||
gem 'rubocop-rspec-focused', require: false
|
||||
gem 'rubocop-rspec', require: false
|
||||
gem 'scss_lint', require: false
|
||||
gem 'web-console'
|
||||
end
|
||||
|
|
|
@ -627,8 +627,9 @@ GEM
|
|||
activesupport (>= 4.2.0)
|
||||
rack (>= 1.1)
|
||||
rubocop (>= 0.90.0, < 2.0)
|
||||
rubocop-rspec-focused (1.0.0)
|
||||
rubocop (>= 0.51)
|
||||
rubocop-rspec (2.4.0)
|
||||
rubocop (~> 1.0)
|
||||
rubocop-ast (>= 1.1.0)
|
||||
ruby-graphviz (1.2.5)
|
||||
rexml
|
||||
ruby-progressbar (1.11.0)
|
||||
|
@ -867,7 +868,7 @@ DEPENDENCIES
|
|||
rubocop
|
||||
rubocop-performance
|
||||
rubocop-rails
|
||||
rubocop-rspec-focused
|
||||
rubocop-rspec
|
||||
ruby-saml-idp
|
||||
sanitize-url
|
||||
sassc-rails
|
||||
|
|
Loading…
Reference in a new issue