Skip to content

Commit

Permalink
Update golangci-lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Feb 16, 2025
1 parent 464458f commit 83984ef
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .golangci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ disable = [
"err113",
"exhaustive",
"exhaustruct",
"exportloopref",
"forcetypeassert",
"funlen",
"gochecknoglobals",
Expand All @@ -27,15 +26,14 @@ disable = [
"nonamedreturns",
"paralleltest",
"thelper",

# deprecated
"tenv",
"testpackage",

"varnamelen",
"wrapcheck",
"wsl",

# Require Go 1.22
"copyloopvar",
"intrange",
]

[linters-settings.errorlint]
Expand Down

0 comments on commit 83984ef

Please # to comment.