Skip to content

Commit

Permalink
.golangci.yml: refresh.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Nov 22, 2024
1 parent 6f3136f commit 2c70815
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ linters:
disable:
# deprecated
#- deadcode
- execinquery
#- execinquery
#- exhaustivestruct
- exportloopref
#- golint
#- gomnd
#- ifshort
#- interfacer
#- maligned
Expand All @@ -29,7 +30,6 @@ linters:
- gofmt
- gofumpt
- goimports
- gomnd
- intrange # go>=1.22
- lll
- mnd
Expand All @@ -48,7 +48,7 @@ linters:
- nonamedreturns
- perfsprint
- testpackage
# 76 active linters remaining including gosec, gosimple, govet, etc.
# 78 active linters remaining including gosec, gosimple, govet, etc.

linters-settings:
revive:
Expand Down

0 comments on commit 2c70815

Please sign in to comment.