Skip to content

Commit 9c0137a

Browse files
committed
Remove unnecessary check in PULL_REQUEST_TEMPLATE
1 parent e568e14 commit 9c0137a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ If you have created a new cop:
1515

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

0 commit comments

Comments
 (0)