Skip to content

Commit 2c5f1a2

Browse files
author
Adam Hughes
committed
chore: bump golangci-lint to v1.44
1 parent d1556e0 commit 2c5f1a2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ executors:
99
- image: node:17-slim
1010
golangci-lint:
1111
docker:
12-
- image: golangci/golangci-lint:v1.43-alpine
12+
- image: golangci/golangci-lint:v1.44-alpine
1313
golang-previous:
1414
docker:
1515
- image: golang:1.16

.golangci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ linters:
88
- asciicheck
99
- bidichk
1010
- bodyclose
11+
- containedctx
1112
- contextcheck
1213
- deadcode
14+
- decorder
1315
- depguard
1416
- dogsled
1517
- dupl
1618
- errcheck
19+
- errchkjson
1720
- errname
1821
- errorlint
1922
- exportloopref
@@ -29,9 +32,11 @@ linters:
2932
- gosec
3033
- gosimple
3134
- govet
35+
- grouper
3236
- ineffassign
3337
- ireturn
3438
- lll
39+
- maintidx
3540
- misspell
3641
- nilnil
3742
- nolintlint

0 commit comments

Comments
 (0)