Add rubocop-capybara
This commit is contained in:
parent
d8f333df4e
commit
2e5e2bc263
3 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
inherit_from: .rubocop_todo.yml
|
||||
|
||||
require:
|
||||
- rubocop-capybara
|
||||
- rubocop-minitest
|
||||
- rubocop-performance
|
||||
- rubocop-rails
|
||||
|
|
1
Gemfile
1
Gemfile
|
@ -151,6 +151,7 @@ group :test do
|
|||
gem "puma", "~> 5.6"
|
||||
gem "rails-controller-testing"
|
||||
gem "rubocop"
|
||||
gem "rubocop-capybara"
|
||||
gem "rubocop-minitest"
|
||||
gem "rubocop-performance"
|
||||
gem "rubocop-rails"
|
||||
|
|
|
@ -430,6 +430,8 @@ GEM
|
|||
unicode-display_width (>= 2.4.0, < 3.0)
|
||||
rubocop-ast (1.27.0)
|
||||
parser (>= 3.2.1.0)
|
||||
rubocop-capybara (2.17.1)
|
||||
rubocop (~> 1.41)
|
||||
rubocop-minitest (0.29.0)
|
||||
rubocop (>= 1.39, < 2.0)
|
||||
rubocop-performance (1.16.0)
|
||||
|
@ -585,6 +587,7 @@ DEPENDENCIES
|
|||
rinku (>= 2.0.6)
|
||||
rotp
|
||||
rubocop
|
||||
rubocop-capybara
|
||||
rubocop-minitest
|
||||
rubocop-performance
|
||||
rubocop-rails
|
||||
|
|
Loading…
Add table
Reference in a new issue