blob: 739d86e1b50082aa8288206307b28425d9977eb9 [file] [log] [blame]
Leopold Schabel60a85b62019-11-17 19:12:41 +01001{
2 "composites": {
3 "exclude_files": {
Lorenz Brunc2e3b1b2021-11-11 11:06:41 +01004 "external/": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +01005 }
6 },
7 "copylocks": {
8 "exclude_files": {
Lorenz Brund13c1c62022-03-30 19:58:58 +02009 "external/": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010010 }
11 },
12 "lostcancel": {
13 "exclude_files": {
Lorenz Brund13c1c62022-03-30 19:58:58 +020014 "external/": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010015 }
16 },
17 "unreachable": {
18 "exclude_files": {
Lorenz Brund13c1c62022-03-30 19:58:58 +020019 "external/": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010020 }
21 },
22 "assign": {
23 "exclude_files": {
24 "external/bazel_gazelle/walk": "third_party"
25 }
26 },
27 "unsafeptr": {
28 "exclude_files": {
Hendrik Hofstadt4ff52bd2020-01-12 15:21:49 +010029 "external/com_github_modern_go_reflect2/": "third_party",
Serge Bazanskibb7db922020-04-30 12:43:10 +020030 "sqlite3.*go": "third_party",
Lorenz Brund13c1c62022-03-30 19:58:58 +020031 "external/dev_gvisor_gvisor/": "third_party",
Leopold Schabel3058b7a2020-06-03 17:51:07 +020032 "external/io_k8s_sigs_structured_merge_diff/": "third_party",
Serge Bazanskif12bedf2021-01-15 16:58:50 +010033 "external/com_github_go_delve_delve/": "third_party",
34 "external/com_github_mailru_easyjson/jlexer/": "third_party",
Lorenz Brunc2e3b1b2021-11-11 11:06:41 +010035 "external/com_github_cilium_ebpf/": "third_party",
Lorenz Brund13c1c62022-03-30 19:58:58 +020036 "external/org_golang_x_sys": "third_party",
37 "external/net_starlark_go": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010038 }
39 },
40 "unusedresult": {
41 "exclude_files": {
Serge Bazanskibb7db922020-04-30 12:43:10 +020042 "external/io_k8s_kubernetes/": "third_party",
43 "external/com_github_docker_spdystream": "third_party",
44 "external/io_k8s_apimachinery/": "third_party"
Lorenz Brun04904962019-11-11 15:21:14 +010045 }
46 },
47 "structtag": {
48 "exclude_files": {
Lorenz Brun8b0431a2020-07-13 16:56:36 +020049 "external/io_k8s_kubernetes/": "third_party",
50 "external/com_github_c9s_goprocinfo/": "third_party"
Lorenz Brun04904962019-11-11 15:21:14 +010051 }
52 },
53 "printf": {
54 "exclude_files": {
Lorenz Brund13c1c62022-03-30 19:58:58 +020055 "external/": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010056 }
Serge Bazanski6ebdc412021-05-21 16:25:55 +020057 },
58 "commentwrap": {
59 "exclude_files": {
Serge Bazanski6ebdc412021-05-21 16:25:55 +020060 "external/": "third_party"
61 }
Lorenz Bruncb2dcf62021-11-22 22:57:34 +010062 },
63 "noioutil": {
64 "exclude_files": {
65 "external/": "third_party"
66 }
Serge Bazanski13050ef2021-12-17 17:33:20 +010067 },
68 "importsort": {
69 "exclude_files": {
70 "external/": "third_party"
71 }
Leopold Schabel60a85b62019-11-17 19:12:41 +010072 }
73}