Skip to content

Commit 06fb78a

Browse files
authored
Re-enable linters now that golangci-lint has been updated (cli#5615)
1 parent a0a9099 commit 06fb78a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
go mod verify
4141
go mod download
4242
43-
LINT_VERSION=1.45.2
43+
LINT_VERSION=1.46.0
4444
curl -fsSL https://github.com/golangci/golangci-lint/releases/download/v${LINT_VERSION}/golangci-lint-${LINT_VERSION}-linux-amd64.tar.gz | \
4545
tar xz --strip-components 1 --wildcards \*/golangci-lint
4646
mkdir -p bin && mv golangci-lint bin/

.golangci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
linters:
22
enable:
33
- gofmt
4+
- nolintlint
45

56
issues:
67
max-issues-per-linter: 0

0 commit comments

Comments
 (0)