Skip to content

Commit

Permalink
add golintci yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yiling authored and yiling committed Nov 19, 2024
1 parent 0745f31 commit 687b89d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
linters-settings:
staticcheck:
checks: ["all", "-SA1029"]
whitespace:
multi-if: true
multi-func: true
govet:
disable:
- composites

0 comments on commit 687b89d

Please sign in to comment.