Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: bump golangci-lint to 1.43 #48

Merged
merged 1 commit into from Nov 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -9,7 +9,7 @@ executors:
- image: node:16-slim
golangci-lint:
docker:
- image: golangci/golangci-lint:v1.42-alpine
- image: golangci/golangci-lint:v1.43-alpine
golang-previous:
docker:
- image: golang:1.16
Expand Down
5 changes: 5 additions & 0 deletions .golangci.yml
@@ -1,7 +1,9 @@
linters:
disable-all: true
enable:
- bidichk
- bodyclose
- contextcheck
- deadcode
- depguard
- dogsled
Expand All @@ -21,14 +23,17 @@ linters:
- gosimple
- govet
- ineffassign
- ireturn
- misspell
- nakedret
- nilnil
- prealloc
- revive
- rowserrcheck
- staticcheck
- structcheck
- stylecheck
- tenv
- typecheck
- unconvert
- unparam
Expand Down