Skip to content

Commit

Permalink
chore(lint): fix lint waring on golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
craftslab committed Apr 8, 2024
1 parent 4607669 commit cf9edb2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ linters-settings:
golint:
min-confidence: 0
gomnd:
settings:
mnd:
checks: argument,case,condition,return
checks: argument,case,condition,return
govet:
check-shadowing: true
shadow: true
settings:
printf:
funcs:
Expand Down Expand Up @@ -87,7 +85,7 @@ linters:
# - unused
# - varcheck

run:
skip-dirs:
issues:
exclude-dirs:
- external
- script

0 comments on commit cf9edb2

Please sign in to comment.