We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee37ef3 commit 597b32aCopy full SHA for 597b32a
.github/new-linter-checklist.md
@@ -11,7 +11,7 @@ In order for a pull request adding a linter to be reviewed, the linter and the P
11
12
- [ ] It must not be a duplicate of another linter or a rule of a linter (the team will help to verify that).
13
- [ ] 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
+- [ ] It must use Go version <= 1.21
15
- [ ] The linter repository must have a CI and tests.
16
- [ ] It must use [`go/analysis`](https://golangci-lint.run/contributing/new-linters/).
17
- [ ] It must have a valid tag, ex: `v1.0.0`, `v0.1.0`.
0 commit comments