blob: 54c4cafa8c76d199ca134108dd328c0ad5b528b2 [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 },
Lorenz Brun65702192023-08-31 16:27:38 +020029 "shift": {
30 "exclude_files": {
31 "external/dev_gvisor_gvisor/": "third_party"
32 }
33 },
Leopold Schabel60a85b62019-11-17 19:12:41 +010034 "unsafeptr": {
35 "exclude_files": {
Hendrik Hofstadt4ff52bd2020-01-12 15:21:49 +010036 "external/com_github_modern_go_reflect2/": "third_party",
Serge Bazanskibb7db922020-04-30 12:43:10 +020037 "sqlite3.*go": "third_party",
Lorenz Brund13c1c62022-03-30 19:58:58 +020038 "external/dev_gvisor_gvisor/": "third_party",
Leopold Schabel3058b7a2020-06-03 17:51:07 +020039 "external/io_k8s_sigs_structured_merge_diff/": "third_party",
Serge Bazanskif12bedf2021-01-15 16:58:50 +010040 "external/com_github_go_delve_delve/": "third_party",
41 "external/com_github_mailru_easyjson/jlexer/": "third_party",
Lorenz Brunc2e3b1b2021-11-11 11:06:41 +010042 "external/com_github_cilium_ebpf/": "third_party",
Lorenz Brund13c1c62022-03-30 19:58:58 +020043 "external/org_golang_x_sys": "third_party",
Serge Bazanski46e72ab2022-09-05 15:13:22 +020044 "external/net_starlark_go": "third_party",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +010045 "external/com_github_pingcap_tidb_parser": "third_party",
46 "external/com_github_dennwc_btrfs": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010047 }
48 },
49 "unusedresult": {
50 "exclude_files": {
Serge Bazanskibb7db922020-04-30 12:43:10 +020051 "external/io_k8s_kubernetes/": "third_party",
52 "external/com_github_docker_spdystream": "third_party",
53 "external/io_k8s_apimachinery/": "third_party"
Lorenz Brun04904962019-11-11 15:21:14 +010054 }
55 },
56 "structtag": {
57 "exclude_files": {
Lorenz Brun8b0431a2020-07-13 16:56:36 +020058 "external/io_k8s_kubernetes/": "third_party",
59 "external/com_github_c9s_goprocinfo/": "third_party"
Lorenz Brun04904962019-11-11 15:21:14 +010060 }
61 },
62 "printf": {
63 "exclude_files": {
Lorenz Brund13c1c62022-03-30 19:58:58 +020064 "external/": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010065 }
Serge Bazanski6ebdc412021-05-21 16:25:55 +020066 },
67 "commentwrap": {
68 "exclude_files": {
Serge Bazanski9739a4f2023-06-20 13:40:21 +020069 "external/": "third_party",
70 "cgo/": "cgo"
Serge Bazanski6ebdc412021-05-21 16:25:55 +020071 }
Lorenz Bruncb2dcf62021-11-22 22:57:34 +010072 },
73 "noioutil": {
74 "exclude_files": {
75 "external/": "third_party"
76 }
Serge Bazanski13050ef2021-12-17 17:33:20 +010077 },
78 "importsort": {
79 "exclude_files": {
Tim Windelschmidt37dbb942023-11-13 16:06:18 +010080 "external/": "third_party",
81 "bazel-out/": "generated_output"
Serge Bazanski13050ef2021-12-17 17:33:20 +010082 }
Serge Bazanski46e72ab2022-09-05 15:13:22 +020083 },
84 "stdmethods": {
85 "exclude_files": {
86 "external/": "third_party"
87 }
Leopold Schabel60a85b62019-11-17 19:12:41 +010088 }
89}