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 464458f commit 83984efCopy full SHA for 83984ef
.golangci.toml
@@ -14,7 +14,6 @@ disable = [
14
"err113",
15
"exhaustive",
16
"exhaustruct",
17
- "exportloopref",
18
"forcetypeassert",
19
"funlen",
20
"gochecknoglobals",
@@ -27,15 +26,14 @@ disable = [
27
26
"nonamedreturns",
28
"paralleltest",
29
"thelper",
+
30
+ # deprecated
31
+ "tenv",
32
"testpackage",
33
34
"varnamelen",
35
"wrapcheck",
36
"wsl",
-
- # Require Go 1.22
37
- "copyloopvar",
38
- "intrange",
39
]
40
41
[linters-settings.errorlint]
0 commit comments