Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/new-linter-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
Loading