Skip to content

Commit c45030d

Browse files
authored
Merge pull request #87 from maxmind/horgh/golangci-lint
Update for golangci-lint 1.64.2
2 parents 5b29722 + a365c37 commit c45030d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.golangci.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ disable = [
2929
# generally
3030
"exhaustruct",
3131

32-
# Not relevant after 1.22
33-
"exportloopref",
34-
3532
# We tried this linter but most places we do forced type asserts are
3633
# pretty safe, e.g., an atomic.Value when everything is encapsulated
3734
# in a small package.
@@ -95,6 +92,9 @@ disable = [
9592
# actually made it harder to read.
9693
"tagalign",
9794

95+
# Deprecated since golangci-lint 1.64.0. The usetesting linter replaces it.
96+
"tenv",
97+
9898
# We probably _should_ be doing this!
9999
"thelper",
100100

0 commit comments

Comments
 (0)