Skip to content

Commit

Permalink
Fixed deprecated linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Sep 3, 2024
1 parent f30b804 commit a7273ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,13 +288,13 @@ linters:
- govet
- gofmt
- gosec
- copyloopvar
- bodyclose
- revive
- unconvert
- misspell
- dogsled
- prealloc
- exportloopref
- exhaustive
- sqlclosecheck
- nolintlint
Expand Down Expand Up @@ -341,7 +341,7 @@ linters:
- gomnd # we have too many raw numbers that are not magic
- gomoddirectives # we use replace as needed
- nilnil # we do not conform to this
- testifylint # need to fix all the asserts
- testifylint # Need to fix all the lint issues before enabling
#- contextcheck # having issues with this
disable-all: false
presets:
Expand Down

0 comments on commit a7273ec

Please sign in to comment.