Closed ydah closed 1 year ago
Currently, **/test/**/* is also inspected by rubocop-capybara, so I modified it accordingly.
**/test/**/*
rubocop-capybara
Ref: https://github.com/rubocop/rubocop-capybara/blob/10e2d89cf876888dcca3c473a7c69cc6b5cb93cc/config/default.yml#L8
Before submitting the PR make sure the following are checked:
main
CHANGELOG.md
bundle exec rake
Currently,
**/test/**/*
is also inspected byrubocop-capybara
, so I modified it accordingly.Ref: https://github.com/rubocop/rubocop-capybara/blob/10e2d89cf876888dcca3c473a7c69cc6b5cb93cc/config/default.yml#L8
Before submitting the PR make sure the following are checked:
main
(if not - rebase it).CHANGELOG.md
if the new code introduces user-observable changes.bundle exec rake
) passes (be sure to run this locally, since it may produce updated documentation that you will need to commit).