Skip to content

Commit

Permalink
Load rubocop-capybara in config
Browse files Browse the repository at this point in the history
  • Loading branch information
saraycp committed Mar 7, 2023
1 parent a1885f9 commit c445603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ inherit_from: .rubocop_todo.yml
require:
- rubocop-performance
- rubocop-rspec
- rubocop-capybara

AllCops:
NewCops: enable
Expand Down
1 change: 1 addition & 0 deletions src/api/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ require:
- rubocop-rails
- rubocop-rspec
- rubocop-performance
- rubocop-capybara
- ./lib/rubocop/cop/view_component/avoid_global_state.rb
- ./lib/rubocop/cop/view_component/file_name.rb
- ./lib/rubocop/cop/view_component/class_name.rb
Expand Down

0 comments on commit c445603

Please sign in to comment.