Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyangyu committed Nov 20, 2024
1 parent 59b9a10 commit 1712807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ linters:
- bodyclose
- durationcheck
- errcheck
- exportloopref
- goimports
- gosec
- gosimple
Expand All @@ -31,6 +30,7 @@ linters-settings:
confidence: "low"
excludes:
- G101
- G115
- G404
# exclude warnings of using crypto/sha1
- G505
Expand Down

0 comments on commit 1712807

Please sign in to comment.