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.
2 parents 6d518d1 + 8dade10 commit 213d337Copy full SHA for 213d337
.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
@@ -1,7 +1,9 @@
1
linters:
2
disable-all: true
3
enable:
4
+ - bidichk
5
- bodyclose
6
+ - contextcheck
7
- deadcode
8
- depguard
- dogsled
@@ -21,14 +23,17 @@ linters:
21
23
- gosimple
22
24
- govet
25
- ineffassign
26
+ - ireturn
27
- misspell
28
- nakedret
29
+ - nilnil
30
- prealloc
31
- revive
32
- rowserrcheck
33
- staticcheck
34
- structcheck
35
- stylecheck
36
+ - tenv
37
- typecheck
38
- unconvert
39
- unparam
0 commit comments