Skip to content

Commit 761dbc5

Browse files
committed
review
1 parent 3fd00c4 commit 761dbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/new-linter-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In order for a pull request adding a linter to be reviewed, the linter and the P
1111

1212
- [ ] It must not be a duplicate of another linter or a rule of a linter (the team will help to verify that).
1313
- [ ] It must have a valid license (AGPL is not allowed), and the file must contain the required information by the license, ex: author, year, etc.
14-
- [ ] It must use Go version 1.21 or earlier.
14+
- [ ] It must use Go version >= 1.21
1515
- [ ] The linter repository must have a CI and tests.
1616
- [ ] It must use [`go/analysis`](https://golangci-lint.run/contributing/new-linters/).
1717
- [ ] It must have a valid tag, ex: `v1.0.0`, `v0.1.0`.

0 commit comments

Comments
 (0)