Skip to content

Commit

Permalink
update golang critics
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jun 3, 2024
1 parent 958d0a6 commit 978b8e6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,13 @@ linters:
- err113
# deprecated
- deadcode
- execinquery
- golint
- gomnd
- nosnakecase
- scopelint
- structcheck
- varcheck
- scopelint
- nosnakecase
- golint
issues:
max-same-issues: 0
exclude-use-default: true
Expand Down Expand Up @@ -108,7 +110,7 @@ issues:
- path: _test.*\.go
linters:
- errcheck
- gomnd
- mnd
- dupword
- funlen
- lll

0 comments on commit 978b8e6

Please sign in to comment.