Skip to content

Commit

Permalink
feat: skip type check for vendors
Browse files Browse the repository at this point in the history
Signed-off-by: 泰友 <cuichengxu.ccx@antgroup.com>
  • Loading branch information
泰友 committed Mar 27, 2024
1 parent 900e17e commit e9482d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions smoke/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ run:
skip-dirs:
- misc

issues:
exclude-rules:
- path: pkg/mod/
linters:
- typecheck

0 comments on commit e9482d7

Please sign in to comment.