| { |
| "composites": { |
| "exclude_files": { |
| "external/": "third_party", |
| "metropolis/pkg/bootparam/": "gofuzz", |
| "go/algorithm/toposort/": "gofuzz" |
| } |
| }, |
| "copylocks": { |
| "exclude_files": { |
| "external/": "third_party" |
| } |
| }, |
| "lostcancel": { |
| "exclude_files": { |
| "external/": "third_party" |
| } |
| }, |
| "unreachable": { |
| "exclude_files": { |
| "external/": "third_party" |
| } |
| }, |
| "assign": { |
| "exclude_files": { |
| "external/bazel_gazelle/walk": "third_party" |
| } |
| }, |
| "unsafeptr": { |
| "exclude_files": { |
| "external/com_github_modern_go_reflect2/": "third_party", |
| "sqlite3.*go": "third_party", |
| "external/dev_gvisor_gvisor/": "third_party", |
| "external/io_k8s_sigs_structured_merge_diff/": "third_party", |
| "external/com_github_go_delve_delve/": "third_party", |
| "external/com_github_mailru_easyjson/jlexer/": "third_party", |
| "external/com_github_cilium_ebpf/": "third_party", |
| "external/org_golang_x_sys": "third_party", |
| "external/net_starlark_go": "third_party", |
| "external/com_github_pingcap_tidb_parser": "third_party" |
| } |
| }, |
| "unusedresult": { |
| "exclude_files": { |
| "external/io_k8s_kubernetes/": "third_party", |
| "external/com_github_docker_spdystream": "third_party", |
| "external/io_k8s_apimachinery/": "third_party" |
| } |
| }, |
| "structtag": { |
| "exclude_files": { |
| "external/io_k8s_kubernetes/": "third_party", |
| "external/com_github_c9s_goprocinfo/": "third_party" |
| } |
| }, |
| "printf": { |
| "exclude_files": { |
| "external/": "third_party" |
| } |
| }, |
| "commentwrap": { |
| "exclude_files": { |
| "external/": "third_party", |
| "cgo/": "cgo" |
| } |
| }, |
| "noioutil": { |
| "exclude_files": { |
| "external/": "third_party" |
| } |
| }, |
| "importsort": { |
| "exclude_files": { |
| "external/": "third_party" |
| } |
| }, |
| "stdmethods": { |
| "exclude_files": { |
| "external/": "third_party" |
| } |
| } |
| } |