Skip to content

Commit

Permalink
fix(golangci): solve warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Wabri committed Jun 14, 2024
1 parent fe419e1 commit 21f9f1e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
linters-settings:
govet:
check-shadowing: true
shadow: true
golint:
min-confidence: 0
maligned:
Expand All @@ -16,7 +16,6 @@ linters:
disable-all: true
enable:
- bodyclose
- deadcode
- depguard
- dogsled
- dupl
Expand All @@ -25,27 +24,24 @@ linters:
- gocritic
- gofmt
- goimports
- golint
- revive
- goprintffuncname
- gosec
- gosimple
- govet
- ineffassign
- interfacer
- misspell
- nolintlint
- rowserrcheck
- scopelint
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
- unparam
- unused
- varcheck
- whitespace
- maligned
- exportloopref

service:
golangci-lint-version: 1.33.x

0 comments on commit 21f9f1e

Please sign in to comment.