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 Sep 18, 2024
1 parent 8431c16 commit 384b71e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ linters:
#- deadcode
- execinquery
#- exhaustivestruct
- exportloopref
#- golint
#- ifshort
#- interfacer
Expand Down Expand Up @@ -47,7 +48,7 @@ linters:
- nonamedreturns
- perfsprint
- testpackage
# 77 active linters remaining including gosec, gosimple, govet, etc.
# 76 active linters remaining including gosec, gosimple, govet, etc.

linters-settings:
revive:
Expand Down

0 comments on commit 384b71e

Please sign in to comment.