blob: 06cb4c4dbd3fee85cc43b7a2059366e7a262fb16 [file] [log] [blame]
Leopold Schabel60a85b62019-11-17 19:12:41 +01001{
2 "composites": {
3 "exclude_files": {
Lorenz Brun1cf17952023-02-13 17:41:59 +01004 "external/": "third_party",
Lorenz Brun0b3aac92023-03-16 16:49:56 +01005 "metropolis/pkg/bootparam/": "gofuzz",
6 "go/algorithm/toposort/": "gofuzz"
Leopold Schabel60a85b62019-11-17 19:12:41 +01007 }
8 },
9 "copylocks": {
10 "exclude_files": {
Lorenz Brund13c1c62022-03-30 19:58:58 +020011 "external/": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010012 }
13 },
14 "lostcancel": {
15 "exclude_files": {
Lorenz Brund13c1c62022-03-30 19:58:58 +020016 "external/": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010017 }
18 },
19 "unreachable": {
20 "exclude_files": {
Lorenz Brund13c1c62022-03-30 19:58:58 +020021 "external/": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010022 }
23 },
24 "assign": {
25 "exclude_files": {
26 "external/bazel_gazelle/walk": "third_party"
27 }
28 },
29 "unsafeptr": {
30 "exclude_files": {
Hendrik Hofstadt4ff52bd2020-01-12 15:21:49 +010031 "external/com_github_modern_go_reflect2/": "third_party",
Serge Bazanskibb7db922020-04-30 12:43:10 +020032 "sqlite3.*go": "third_party",
Lorenz Brund13c1c62022-03-30 19:58:58 +020033 "external/dev_gvisor_gvisor/": "third_party",
Leopold Schabel3058b7a2020-06-03 17:51:07 +020034 "external/io_k8s_sigs_structured_merge_diff/": "third_party",
Serge Bazanskif12bedf2021-01-15 16:58:50 +010035 "external/com_github_go_delve_delve/": "third_party",
36 "external/com_github_mailru_easyjson/jlexer/": "third_party",
Lorenz Brunc2e3b1b2021-11-11 11:06:41 +010037 "external/com_github_cilium_ebpf/": "third_party",
Lorenz Brund13c1c62022-03-30 19:58:58 +020038 "external/org_golang_x_sys": "third_party",
Serge Bazanski46e72ab2022-09-05 15:13:22 +020039 "external/net_starlark_go": "third_party",
40 "external/com_github_pingcap_tidb_parser": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010041 }
42 },
43 "unusedresult": {
44 "exclude_files": {
Serge Bazanskibb7db922020-04-30 12:43:10 +020045 "external/io_k8s_kubernetes/": "third_party",
46 "external/com_github_docker_spdystream": "third_party",
47 "external/io_k8s_apimachinery/": "third_party"
Lorenz Brun04904962019-11-11 15:21:14 +010048 }
49 },
50 "structtag": {
51 "exclude_files": {
Lorenz Brun8b0431a2020-07-13 16:56:36 +020052 "external/io_k8s_kubernetes/": "third_party",
53 "external/com_github_c9s_goprocinfo/": "third_party"
Lorenz Brun04904962019-11-11 15:21:14 +010054 }
55 },
56 "printf": {
57 "exclude_files": {
Lorenz Brund13c1c62022-03-30 19:58:58 +020058 "external/": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010059 }
Serge Bazanski6ebdc412021-05-21 16:25:55 +020060 },
61 "commentwrap": {
62 "exclude_files": {
Serge Bazanski9739a4f2023-06-20 13:40:21 +020063 "external/": "third_party",
64 "cgo/": "cgo"
Serge Bazanski6ebdc412021-05-21 16:25:55 +020065 }
Lorenz Bruncb2dcf62021-11-22 22:57:34 +010066 },
67 "noioutil": {
68 "exclude_files": {
69 "external/": "third_party"
70 }
Serge Bazanski13050ef2021-12-17 17:33:20 +010071 },
72 "importsort": {
73 "exclude_files": {
74 "external/": "third_party"
75 }
Serge Bazanski46e72ab2022-09-05 15:13:22 +020076 },
77 "stdmethods": {
78 "exclude_files": {
79 "external/": "third_party"
80 }
Leopold Schabel60a85b62019-11-17 19:12:41 +010081 }
82}