chore: upgrade golangci-lint to version from version 1.48 to 1.49

This commit is contained in:
Julien Neuhart
2022-08-31 20:04:19 +02:00
parent 8bbacd691d
commit c887dc1ec8
3 changed files with 2 additions and 5 deletions

View File

@@ -2,7 +2,6 @@ linters:
disable-all: true
enable:
- bodyclose
- deadcode
- errcheck
- gofmt
- goimports
@@ -13,11 +12,9 @@ linters:
- misspell
- prealloc
- staticcheck
- structcheck
- typecheck
- unconvert
- unused
- varcheck
run:
deadline: 5m