From 9c0137aa312d8b31f835dc210eb69d7208c7861d Mon Sep 17 00:00:00 2001 From: ydah Date: Tue, 9 Apr 2024 17:53:21 +0900 Subject: [PATCH] Remove unnecessary check in PULL_REQUEST_TEMPLATE --- .github/PULL_REQUEST_TEMPLATE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8695fedf..fcfeb9e6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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: "<>"` in `default/config.yml`.