Skip to content

Commit

Permalink
Linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaifley committed Nov 13, 2023
1 parent 17c5a4b commit a395288
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ linters:
- scopelint # exportloopref
- interfacer
- golint # revivie
- ifshort
# others
#- prealloc
- depguard
- nosnakecase
- nolintlint
- wrapcheck
Expand All @@ -43,15 +44,11 @@ linters:
- exhaustivestruct
- exhaustruct
- nestif
# re-enable
- gci
- maintidx
- wsl
- godox
- dupl
- gochecknoinits
- goconst
# presets:
# - bugs
# - unused
fast: true

0 comments on commit a395288

Please sign in to comment.