Closed ydah closed 1 month ago
I think this will minimize the questions.
Before submitting the PR make sure the following are checked:
master
CHANGELOG.md
bundle exec rake
If you have created a new cop:
config/default.yml
Enabled: pending
Enabled: true
.rubocop.yml
VersionAdded: "<<next>>"
default/config.yml
If you have modified an existing cop's configuration options:
VersionChanged: "<<next>>"
I think this will minimize the questions.
Before submitting the PR make sure the following are checked:
master
(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).If you have created a new cop:
config/default.yml
.Enabled: pending
inconfig/default.yml
.Enabled: true
in.rubocop.yml
.VersionAdded: "<<next>>"
indefault/config.yml
.If you have modified an existing cop's configuration options:
VersionChanged: "<<next>>"
inconfig/default.yml
.