Skip to content

Commit

Permalink
chore(lint): fix golangci config
Browse files Browse the repository at this point in the history
  • Loading branch information
acaloiaro committed Feb 13, 2025
1 parent fed55dc commit 7ea8e96
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,21 +115,19 @@ linters:
- errchkjson
- errname
- errorlint
- execinquery
- exhaustive
- exportloopref
- funlen
- gci
- gocognit
- goconst
- gocritic
- gocyclo
# - godox
- goerr113
- err113
- gofmt
- goheader
- goimports
- gomnd
- mnd
- gomoddirectives
- gomodguard
- goprintffuncname
Expand Down Expand Up @@ -160,7 +158,6 @@ linters:
- sqlclosecheck
- staticcheck
- stylecheck
- tenv
- testableexamples
#- testpackage
- thelper
Expand Down

0 comments on commit 7ea8e96

Please sign in to comment.