Skip to content

Commit

Permalink
Add rubocop-capybara
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Mar 7, 2023
1 parent d8f333d commit 2e5e2bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
inherit_from: .rubocop_todo.yml

require:
- rubocop-capybara
- rubocop-minitest
- rubocop-performance
- rubocop-rails
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -585,6 +587,7 @@ DEPENDENCIES
rinku (>= 2.0.6)
rotp
rubocop
rubocop-capybara
rubocop-minitest
rubocop-performance
rubocop-rails
Expand Down

0 comments on commit 2e5e2bc

Please sign in to comment.