Skip to content

Commit bfb9a0a

Browse files
committed
docs: update new linter template to specify that fix should also be supported and covered in tests.
1 parent b24761d commit bfb9a0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/new-linter-checklist.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ In order for a pull request adding a linter to be reviewed, the linter and the P
2727
- [ ] They must have at least one std lib import.
2828
- [ ] They must have integration tests without configuration (default).
2929
- [ ] They must have integration tests with configuration (if the linter has a configuration).
30+
- [ ] If the linter also proposes fixes, they must also be covered.
3031

3132
### `.golangci.next.reference.yml`
3233

0 commit comments

Comments
 (0)