Skip to content

Commit b0ce573

Browse files
author
Adam Hughes
committed
Update golanglint-ci to v1.18.0
1 parent e3fbcc2 commit b0ce573

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- go-mod-{{ checksum "go.sum" }}
5858
- run:
5959
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
60+
command: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.18.0
6161
- run:
6262
name: Check for Lint
6363
command: golangci-lint run

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
linters:
22
enable-all: true
33
disable:
4+
- funlen
45
- gochecknoglobals
56
- gocritic
67
- gosec

0 commit comments

Comments
 (0)