Skip to content

Commit

Permalink
Merge pull request #226 from tri-adam/bump-linter
Browse files Browse the repository at this point in the history
Bump golangci-lint to v1.49
  • Loading branch information
tri-adam authored Aug 29, 2022
2 parents 36ed9ec + 35220ef commit 4d7ab6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ executors:
- image: node:18-slim
golangci-lint:
docker:
- image: golangci/golangci-lint:v1.48-alpine
- image: golangci/golangci-lint:v1.49-alpine
golang-previous:
docker:
- image: golang:1.18
Expand Down
5 changes: 2 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ linters:
- bodyclose
- containedctx
- contextcheck
- deadcode
- decorder
- depguard
- dogsled
Expand All @@ -30,6 +29,7 @@ linters:
- govet
- grouper
- ineffassign
- interfacebloat
- ireturn
- lll
- maintidx
Expand All @@ -38,16 +38,15 @@ linters:
- nolintlint
- nonamedreturns
- prealloc
- reassign
- revive
- rowserrcheck
- staticcheck
- structcheck
- tenv
- typecheck
- unconvert
- unparam
- unused
- varcheck
- whitespace

linters-settings:
Expand Down

0 comments on commit 4d7ab6f

Please sign in to comment.