Skip to content

Commit

Permalink
test(lint): Fix golangci-lint v1.58.0 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed May 4, 2024
1 parent 857361e commit ab5df7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ linters:
- decorder
- dupl
- durationcheck
- err113
- errcheck
- errname
- errorlint
- execinquery
- exportloopref
- forbidigo
- gci
Expand All @@ -40,7 +40,6 @@ linters:
- gocritic
- gocyclo
- godox
- goerr113
- gofumpt
- goheader
- goimports
Expand Down

0 comments on commit ab5df7b

Please sign in to comment.