Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <[email protected]>
  • Loading branch information
hawkingrei committed Nov 14, 2024
1 parent fd84a1c commit 1f16075
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build/nogo_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -906,10 +906,12 @@
},
"predeclared": {
"exclude_files": {
"/external/": "no need to vet third party code",
"external/": "no need to vet third party code",
"cmd/mirror": "no need to mirror",
".*_generated\\.go$": "ignore generated code",
"parser/yy_parser.go": "ignore generated code",
"parser/parser.go": "ignore generated code",
".*mock.go$": "ignore generated code",
"pkg/parser/yy_parser.go": "ignore generated code",
"pkg/parser/parser.go": "ignore generated code",
"/cgo/": "no need to vet third party code for cgo"
}
},
Expand Down

0 comments on commit 1f16075

Please sign in to comment.