blob: da285328b129bf192ba078a2636d1cde6401a2ee [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",
5 "metropolis/pkg/bootparam/": "gofuzz"
Leopold Schabel60a85b62019-11-17 19:12:41 +01006 }
7 },
8 "copylocks": {
9 "exclude_files": {
Lorenz Brund13c1c62022-03-30 19:58:58 +020010 "external/": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010011 }
12 },
13 "lostcancel": {
14 "exclude_files": {
Lorenz Brund13c1c62022-03-30 19:58:58 +020015 "external/": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010016 }
17 },
18 "unreachable": {
19 "exclude_files": {
Lorenz Brund13c1c62022-03-30 19:58:58 +020020 "external/": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010021 }
22 },
23 "assign": {
24 "exclude_files": {
25 "external/bazel_gazelle/walk": "third_party"
26 }
27 },
28 "unsafeptr": {
29 "exclude_files": {
Hendrik Hofstadt4ff52bd2020-01-12 15:21:49 +010030 "external/com_github_modern_go_reflect2/": "third_party",
Serge Bazanskibb7db922020-04-30 12:43:10 +020031 "sqlite3.*go": "third_party",
Lorenz Brund13c1c62022-03-30 19:58:58 +020032 "external/dev_gvisor_gvisor/": "third_party",
Leopold Schabel3058b7a2020-06-03 17:51:07 +020033 "external/io_k8s_sigs_structured_merge_diff/": "third_party",
Serge Bazanskif12bedf2021-01-15 16:58:50 +010034 "external/com_github_go_delve_delve/": "third_party",
35 "external/com_github_mailru_easyjson/jlexer/": "third_party",
Lorenz Brunc2e3b1b2021-11-11 11:06:41 +010036 "external/com_github_cilium_ebpf/": "third_party",
Lorenz Brund13c1c62022-03-30 19:58:58 +020037 "external/org_golang_x_sys": "third_party",
Serge Bazanski46e72ab2022-09-05 15:13:22 +020038 "external/net_starlark_go": "third_party",
39 "external/com_github_pingcap_tidb_parser": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010040 }
41 },
42 "unusedresult": {
43 "exclude_files": {
Serge Bazanskibb7db922020-04-30 12:43:10 +020044 "external/io_k8s_kubernetes/": "third_party",
45 "external/com_github_docker_spdystream": "third_party",
46 "external/io_k8s_apimachinery/": "third_party"
Lorenz Brun04904962019-11-11 15:21:14 +010047 }
48 },
49 "structtag": {
50 "exclude_files": {
Lorenz Brun8b0431a2020-07-13 16:56:36 +020051 "external/io_k8s_kubernetes/": "third_party",
52 "external/com_github_c9s_goprocinfo/": "third_party"
Lorenz Brun04904962019-11-11 15:21:14 +010053 }
54 },
55 "printf": {
56 "exclude_files": {
Lorenz Brund13c1c62022-03-30 19:58:58 +020057 "external/": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010058 }
Serge Bazanski6ebdc412021-05-21 16:25:55 +020059 },
60 "commentwrap": {
61 "exclude_files": {
Serge Bazanski6ebdc412021-05-21 16:25:55 +020062 "external/": "third_party"
63 }
Lorenz Bruncb2dcf62021-11-22 22:57:34 +010064 },
65 "noioutil": {
66 "exclude_files": {
67 "external/": "third_party"
68 }
Serge Bazanski13050ef2021-12-17 17:33:20 +010069 },
70 "importsort": {
71 "exclude_files": {
72 "external/": "third_party"
73 }
Serge Bazanski46e72ab2022-09-05 15:13:22 +020074 },
75 "stdmethods": {
76 "exclude_files": {
77 "external/": "third_party"
78 }
Leopold Schabel60a85b62019-11-17 19:12:41 +010079 }
80}