We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a88749 commit da22008Copy full SHA for da22008
.circleci/config.yml
@@ -9,7 +9,7 @@ executors:
9
- image: node:16-slim
10
golangci-lint:
11
docker:
12
- - image: golangci/golangci-lint:v1.42-alpine
+ - image: golangci/golangci-lint:v1.43-alpine
13
golang-previous:
14
15
- image: golang:1.16
.golangci.yml
@@ -6,7 +6,9 @@ linters:
6
disable-all: true
7
enable:
8
- asciicheck
+ - bidichk
- bodyclose
+ - contextcheck
- deadcode
- depguard
- dogsled
@@ -28,14 +30,17 @@ linters:
28
30
- gosimple
29
31
- govet
32
- ineffassign
33
+ - ireturn
34
- lll
35
- misspell
36
+ - nilnil
37
- nolintlint
38
- prealloc
39
- revive
40
- rowserrcheck
41
- staticcheck
42
- structcheck
43
+ - tenv
44
- typecheck
45
- unconvert
46
- unparam
0 commit comments