Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrodriges committed Nov 26, 2024
1 parent e24550c commit a17d83b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,24 +100,20 @@ linters-settings:
linters:
disable-all: true
enable:
- deadcode
- errcheck
- goconst
- gofmt # On why gofmt when goimports is enabled - https://github.com/golang/go/issues/21476
- goimports
- golint
- gosimple
- govet
- ineffassign
- maligned
- misspell
- revive
- staticcheck
- structcheck
- typecheck
- unconvert
- unparam
- unused
- varcheck

issues:
# List of regexps of issue texts to exclude, empty list by default.
Expand Down

0 comments on commit a17d83b

Please sign in to comment.