blob: e7f1f0444c3d926b93d9821c07941a840ca881a3 [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": {
Serge Bazanskibb7db922020-04-30 12:43:10 +02009 "external/io_k8s_kubernetes/": "third_party",
10 "external/com_github_google_gvisor/": "third_party",
11 "external/io_k8s_sigs_structured_merge_diff/": "third_party",
12 "external/io_k8s_component_base/": "third_party",
Serge Bazanskidf125222020-05-23 00:29:30 +020013 "external/io_k8s_apiserver/": "third_party",
Serge Bazanski14cf7502020-05-28 14:29:56 +020014 "external/org_golang_google_protobuf/": "third_party",
Lorenz Bruned0503c2020-07-28 17:21:25 +020015 "external/com_github_armon_go_metrics/": "third_party",
Serge Bazanskif12bedf2021-01-15 16:58:50 +010016 "external/com_github_elazarl_goproxy/": "third_party",
Lorenz Brundcfc6782021-11-30 05:27:48 +010017 "external/com_github_googleapis_gnostic/": "third_party",
18 "external/com_github_pseudomuto_protoc_gen_doc": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010019 }
20 },
21 "lostcancel": {
22 "exclude_files": {
23 "external/com_github_golang_protobuf/": "third_party",
24 "external/com_github_grpc_ecosystem_grpc_gateway/runtime/": "third_party",
Serge Bazanskibb7db922020-04-30 12:43:10 +020025 "external/io_k8s_kubernetes/": "third_party",
Hendrik Hofstadt4ff52bd2020-01-12 15:21:49 +010026 "external/com_github_denisenkom_go_mssqldb/": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010027 }
28 },
29 "unreachable": {
30 "exclude_files": {
Serge Bazanskibb7db922020-04-30 12:43:10 +020031 "external/io_k8s_kubernetes/": "third_party",
Hendrik Hofstadt4ff52bd2020-01-12 15:21:49 +010032 "external/bazel_gazelle/pathtools": "third_party",
Serge Bazanskibb7db922020-04-30 12:43:10 +020033 "external/com_github_magiconair_properties": "third_party",
34 "external/com_github_ghodss_yaml": "third_party",
Serge Bazanskidf125222020-05-23 00:29:30 +020035 "external/io_k8s_kubectl": "third_party",
Serge Bazanski14cf7502020-05-28 14:29:56 +020036 "external/org_golang_google_protobuf/": "third_party",
Lorenz Brunb876fc32020-07-14 13:54:01 +020037 "external/com_github_shirou_gopsutil/": "unreachable",
Lorenz Brunb29e0b02020-07-28 17:26:12 +020038 "external/io_k8s_apimachinery/": "third_party",
39 "external/com_github_hpcloud_tail": "third_party",
Lorenz Brundcfc6782021-11-30 05:27:48 +010040 "external/com_github_flynn_go_shlex": "third_party",
41 "external/com_github_masterminds_sprig": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010042 }
43 },
44 "assign": {
45 "exclude_files": {
46 "external/bazel_gazelle/walk": "third_party"
47 }
48 },
49 "unsafeptr": {
50 "exclude_files": {
Hendrik Hofstadt4ff52bd2020-01-12 15:21:49 +010051 "external/com_github_modern_go_reflect2/": "third_party",
Serge Bazanskibb7db922020-04-30 12:43:10 +020052 "sqlite3.*go": "third_party",
53 "external/com_github_google_gvisor/": "third_party",
Leopold Schabel3058b7a2020-06-03 17:51:07 +020054 "external/io_k8s_sigs_structured_merge_diff/": "third_party",
Serge Bazanskif12bedf2021-01-15 16:58:50 +010055 "external/com_github_go_delve_delve/": "third_party",
56 "external/com_github_mailru_easyjson/jlexer/": "third_party",
Lorenz Brunc2e3b1b2021-11-11 11:06:41 +010057 "external/com_github_cilium_ebpf/": "third_party",
58 "external/org_golang_x_sys": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010059 }
60 },
61 "unusedresult": {
62 "exclude_files": {
Serge Bazanskibb7db922020-04-30 12:43:10 +020063 "external/io_k8s_kubernetes/": "third_party",
64 "external/com_github_docker_spdystream": "third_party",
65 "external/io_k8s_apimachinery/": "third_party"
Lorenz Brun04904962019-11-11 15:21:14 +010066 }
67 },
68 "structtag": {
69 "exclude_files": {
Lorenz Brun8b0431a2020-07-13 16:56:36 +020070 "external/io_k8s_kubernetes/": "third_party",
71 "external/com_github_c9s_goprocinfo/": "third_party"
Lorenz Brun04904962019-11-11 15:21:14 +010072 }
73 },
74 "printf": {
75 "exclude_files": {
Serge Bazanskibb7db922020-04-30 12:43:10 +020076 "external/io_k8s_kubernetes/": "third_party",
77 "external/runc/vendor/github.com/vishvananda/netlink": "third_party",
Lorenz Brunb682ba52020-07-08 14:51:36 +020078 "external/com_github_google_gvisor/": "third_party",
79 "external/com_github_sbezverk_nfproxy/": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010080 }
Serge Bazanski6ebdc412021-05-21 16:25:55 +020081 },
82 "commentwrap": {
83 "exclude_files": {
Serge Bazanski6ebdc412021-05-21 16:25:55 +020084 "external/": "third_party"
85 }
Lorenz Bruncb2dcf62021-11-22 22:57:34 +010086 },
87 "noioutil": {
88 "exclude_files": {
89 "external/": "third_party"
90 }
Leopold Schabel60a85b62019-11-17 19:12:41 +010091 }
92}