rubocop / rubocop-capybara

Code style checking for Capybara files.
https://docs.rubocop.org/rubocop-capybara
MIT License
38 stars 7 forks source link

Change step with new_cop command for rubocop-capybara #122

Closed ydah closed 1 month ago

ydah commented 1 month ago

before:

Do 4 steps:
  1. Modify the description of Capybara/CopName in config/default.yml
  2. Implement your new cop in the generated file!
  3. Commit your new cop with a message such as
     e.g. "Add new `Capybara/CopName` cop"
  4. Run `bundle exec rake changelog:new` to generate a changelog entry

after:

Do 4 steps:
  1. Modify the description of Capybara/CopName in config/default.yml
  2. Implement your new cop in the generated file!
  3. Commit your new cop with a message such as
     e.g. "Add new `Capybara/CopName` cop"
  4. Add an entry about new cop to CHANGELOG.md

Before submitting the PR make sure the following are checked: