We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1556e0 commit 2c5f1a2Copy full SHA for 2c5f1a2
.circleci/config.yml
@@ -9,7 +9,7 @@ executors:
9
- image: node:17-slim
10
golangci-lint:
11
docker:
12
- - image: golangci/golangci-lint:v1.43-alpine
+ - image: golangci/golangci-lint:v1.44-alpine
13
golang-previous:
14
15
- image: golang:1.16
.golangci.yml
@@ -8,12 +8,15 @@ linters:
8
- asciicheck
- bidichk
- bodyclose
+ - containedctx
- contextcheck
- deadcode
+ - decorder
- depguard
16
- dogsled
17
- dupl
18
- errcheck
19
+ - errchkjson
20
- errname
21
- errorlint
22
- exportloopref
@@ -29,9 +32,11 @@ linters:
29
32
- gosec
30
33
- gosimple
31
34
- govet
35
+ - grouper
36
- ineffassign
37
- ireturn
38
- lll
39
+ - maintidx
40
- misspell
41
- nilnil
42
- nolintlint
0 commit comments