Closed corsonknowles closed 1 month ago
Thank you @corsonknowles ❤️ Even in the last couple of weeks we have seen a few issues where 100% test coverage would have helped prevent problems.
This is big, @corsonknowles ! Thanks a lot!
Thanks team! Great working with you on this!
Require full line coverage
Depends on both:
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
.