Skip to content

Commit 65b3e61

Browse files
committed
BUILD/MEDIUM: lint: increase golangcilint version to v1.54.1
1 parent 8a16fc0 commit 65b3e61

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.golangci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ linters:
5050
- scopelint #deprecated
5151
- interfacer #deprecated
5252
- 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
53+
- depguard
54+
issues:
55+
exclude:
56+
- "tag is not aligned, should be:" # this is harder to read

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROJECT_PATH=${PWD}
22
TARGETPLATFORM?=linux/amd64
3-
GOLANGCI_LINT_VERSION=1.51.2
3+
GOLANGCI_LINT_VERSION=1.54.1
44

55
.PHONY: test
66
test:

0 commit comments

Comments
 (0)