blob: 6d9cc8e167b6282a360f3c140ab3c0db363ab05b [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",
45 "external/com_github_pingcap_tidb_parser": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010046 }
47 },
48 "unusedresult": {
49 "exclude_files": {
Serge Bazanskibb7db922020-04-30 12:43:10 +020050 "external/io_k8s_kubernetes/": "third_party",
51 "external/com_github_docker_spdystream": "third_party",
52 "external/io_k8s_apimachinery/": "third_party"
Lorenz Brun04904962019-11-11 15:21:14 +010053 }
54 },
55 "structtag": {
56 "exclude_files": {
Lorenz Brun8b0431a2020-07-13 16:56:36 +020057 "external/io_k8s_kubernetes/": "third_party",
58 "external/com_github_c9s_goprocinfo/": "third_party"
Lorenz Brun04904962019-11-11 15:21:14 +010059 }
60 },
61 "printf": {
62 "exclude_files": {
Lorenz Brund13c1c62022-03-30 19:58:58 +020063 "external/": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010064 }
Serge Bazanski6ebdc412021-05-21 16:25:55 +020065 },
66 "commentwrap": {
67 "exclude_files": {
Serge Bazanski9739a4f2023-06-20 13:40:21 +020068 "external/": "third_party",
69 "cgo/": "cgo"
Serge Bazanski6ebdc412021-05-21 16:25:55 +020070 }
Lorenz Bruncb2dcf62021-11-22 22:57:34 +010071 },
72 "noioutil": {
73 "exclude_files": {
74 "external/": "third_party"
75 }
Serge Bazanski13050ef2021-12-17 17:33:20 +010076 },
77 "importsort": {
78 "exclude_files": {
79 "external/": "third_party"
80 }
Serge Bazanski46e72ab2022-09-05 15:13:22 +020081 },
82 "stdmethods": {
83 "exclude_files": {
84 "external/": "third_party"
85 }
Leopold Schabel60a85b62019-11-17 19:12:41 +010086 }
87}