File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ linters:
21
21
enable :
22
22
- asciicheck
23
23
- bodyclose
24
- - depguard
25
24
- dogsled
26
25
- dupl
27
26
- errcheck
@@ -69,4 +68,5 @@ linters:
69
68
# - varcheck # deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused.
70
69
# - deadcode # deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused.
71
70
# - structcheck # deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused.
72
- # - rowserrcheck # we're not using sql.Rows at all in the codebase
71
+ # - rowserrcheck # we're not using sql.Rows at all in the codebase
72
+ # - depguard # this requires additional configuration https://github.com/golangci/golangci-lint/issues/3877#issuecomment-1573760321
You can’t perform that action at this time.
0 commit comments