Skip to content

Commit

Permalink
Merge pull request #23 from rubocop/unused_templete_check
Browse files Browse the repository at this point in the history
Remove unnecessary check in PULL_REQUEST_TEMPLATE
  • Loading branch information
bquorning authored Apr 9, 2024
2 parents e568e14 + 9c0137a commit 4b1dd95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ If you have created a new cop:

- [ ] Added the new cop to `config/default.yml`.
- [ ] The cop is configured as `Enabled: pending` in `config/default.yml`.
- [ ] The cop is configured as `Enabled: true` in `.rubocop.yml`.
- [ ] The cop documents examples of good and bad code.
- [ ] The tests assert both that bad code is reported and that good code is not reported.
- [ ] Set `VersionAdded: "<<next>>"` in `default/config.yml`.
Expand Down

0 comments on commit 4b1dd95

Please sign in to comment.