Skip to content

Commit 29f77b3

Browse files
committed
.golangci.yml: refresh.
1 parent bda14d0 commit 29f77b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.golangci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ linters:
55
#- deadcode
66
#- execinquery
77
#- exhaustivestruct
8-
- exportloopref
8+
#- exportloopref
99
#- golint
1010
#- gomnd
1111
#- ifshort
@@ -14,6 +14,7 @@ linters:
1414
#- nosnakecase
1515
#- scopelint
1616
#- structcheck
17+
- tenv
1718
#- varcheck
1819
# just whining
1920
- copyloopvar # go>=1.22
@@ -50,7 +51,7 @@ linters:
5051
- nonamedreturns
5152
- perfsprint
5253
- testpackage
53-
# 79 active linters remaining including gosec, gosimple, govet, etc.
54+
# 78 active linters remaining including gosec, gosimple, govet, etc.
5455

5556
linters-settings:
5657
revive:

0 commit comments

Comments
 (0)