We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a16fc0 commit 65b3e61Copy full SHA for 65b3e61
.golangci.yml
@@ -50,6 +50,7 @@ linters:
50
- scopelint #deprecated
51
- interfacer #deprecated
52
- deadcode #deprecated
53
- - rowserrcheck #rowserrcheck is disabled because of generics
54
- - sqlclosecheck #rowserrcheck is disabled because of generics
55
- - wastedassign #rowserrcheck is disabled because of generics
+ - depguard
+issues:
+ exclude:
56
+ - "tag is not aligned, should be:" # this is harder to read
Makefile
@@ -1,6 +1,6 @@
1
PROJECT_PATH=${PWD}
2
TARGETPLATFORM?=linux/amd64
3
-GOLANGCI_LINT_VERSION=1.51.2
+GOLANGCI_LINT_VERSION=1.54.1
4
5
.PHONY: test
6
test:
0 commit comments