Skip to content

Commit 83984ef

Browse files
committed
Update golangci-lint config
1 parent 464458f commit 83984ef

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.golangci.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ disable = [
1414
"err113",
1515
"exhaustive",
1616
"exhaustruct",
17-
"exportloopref",
1817
"forcetypeassert",
1918
"funlen",
2019
"gochecknoglobals",
@@ -27,15 +26,14 @@ disable = [
2726
"nonamedreturns",
2827
"paralleltest",
2928
"thelper",
29+
30+
# deprecated
31+
"tenv",
3032
"testpackage",
3133

3234
"varnamelen",
3335
"wrapcheck",
3436
"wsl",
35-
36-
# Require Go 1.22
37-
"copyloopvar",
38-
"intrange",
3937
]
4038

4139
[linters-settings.errorlint]

0 commit comments

Comments
 (0)