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 e3fbcc2 commit b0ce573Copy full SHA for b0ce573
.circleci/config.yml
@@ -57,7 +57,7 @@ jobs:
57
- go-mod-{{ checksum "go.sum" }}
58
- run:
59
name: Install golangci-lint
60
- command: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.17.1
+ command: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.18.0
61
62
name: Check for Lint
63
command: golangci-lint run
.golangci.yml
@@ -1,6 +1,7 @@
1
linters:
2
enable-all: true
3
disable:
4
+ - funlen
5
- gochecknoglobals
6
- gocritic
7
- gosec
0 commit comments