commit | 9739a4f0d1a48cbc4e9f6092d3bd471e833bb8c0 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Tue Jun 20 13:40:21 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Tue Jun 20 14:19:47 2023 +0000 |
tree | a0d1048b3a37d0050b0ff5aba250435c039d29be | |
parent | 30021af6eaf9f2963d83314c283ebdd23fff2674 [diff] |
build: add cgo to nogo exceptions Seems like cgo is placing some files in a separate directory in the workspace root. Change-Id: Icd94dec7281350339f0b1dd88d61556d75982d64 Reviewed-on: https://review.monogon.dev/c/monogon/+/1836 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@monogon.tech>
diff --git a/build/analysis/nogo_config.json b/build/analysis/nogo_config.json index 21afc4d..06cb4c4 100644 --- a/build/analysis/nogo_config.json +++ b/build/analysis/nogo_config.json
@@ -60,7 +60,8 @@ }, "commentwrap": { "exclude_files": { - "external/": "third_party" + "external/": "third_party", + "cgo/": "cgo" } }, "noioutil": {