From bfb9a0a72406b14f8df171d6deba57a544c0d8bc Mon Sep 17 00:00:00 2001 From: Manuel Doncel Martos Date: Tue, 13 May 2025 10:15:52 +0200 Subject: [PATCH] docs: update new linter template to specify that fix should also be supported and covered in tests. --- .github/new-linter-checklist.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/new-linter-checklist.md b/.github/new-linter-checklist.md index bd82d2ebe6da..eb0887ae9c6b 100644 --- a/.github/new-linter-checklist.md +++ b/.github/new-linter-checklist.md @@ -27,6 +27,7 @@ In order for a pull request adding a linter to be reviewed, the linter and the P - [ ] They must have at least one std lib import. - [ ] They must have integration tests without configuration (default). - [ ] They must have integration tests with configuration (if the linter has a configuration). +- [ ] If the linter also proposes fixes, they must also be covered. ### `.golangci.next.reference.yml`