blob: 885bdefeecbe5779f016dbe8a619e5780dc2a5e7 [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",
Serge Bazanski46e72ab2022-09-05 15:13:22 +020037 "external/net_starlark_go": "third_party",
38 "external/com_github_pingcap_tidb_parser": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010039 }
40 },
41 "unusedresult": {
42 "exclude_files": {
Serge Bazanskibb7db922020-04-30 12:43:10 +020043 "external/io_k8s_kubernetes/": "third_party",
44 "external/com_github_docker_spdystream": "third_party",
45 "external/io_k8s_apimachinery/": "third_party"
Lorenz Brun04904962019-11-11 15:21:14 +010046 }
47 },
48 "structtag": {
49 "exclude_files": {
Lorenz Brun8b0431a2020-07-13 16:56:36 +020050 "external/io_k8s_kubernetes/": "third_party",
51 "external/com_github_c9s_goprocinfo/": "third_party"
Lorenz Brun04904962019-11-11 15:21:14 +010052 }
53 },
54 "printf": {
55 "exclude_files": {
Lorenz Brund13c1c62022-03-30 19:58:58 +020056 "external/": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010057 }
Serge Bazanski6ebdc412021-05-21 16:25:55 +020058 },
59 "commentwrap": {
60 "exclude_files": {
Serge Bazanski6ebdc412021-05-21 16:25:55 +020061 "external/": "third_party"
62 }
Lorenz Bruncb2dcf62021-11-22 22:57:34 +010063 },
64 "noioutil": {
65 "exclude_files": {
66 "external/": "third_party"
67 }
Serge Bazanski13050ef2021-12-17 17:33:20 +010068 },
69 "importsort": {
70 "exclude_files": {
71 "external/": "third_party"
72 }
Serge Bazanski46e72ab2022-09-05 15:13:22 +020073 },
74 "stdmethods": {
75 "exclude_files": {
76 "external/": "third_party"
77 }
Leopold Schabel60a85b62019-11-17 19:12:41 +010078 }
79}