blob: 5c9b28c62cf1246a0fb92bfbeb536c1e1c4635f9 [file] [log] [blame]
Leopold Schabel60a85b62019-11-17 19:12:41 +01001{
2 "composites": {
3 "exclude_files": {
4 "external/kubernetes/": "third_party",
5 "external/bazel_gazelle/language/go/": "third_party",
6 "external/com_github_golang_protobuf/": "third_party"
7 }
8 },
9 "copylocks": {
10 "exclude_files": {
11 "external/kubernetes/": "third_party"
12 }
13 },
14 "lostcancel": {
15 "exclude_files": {
16 "external/com_github_golang_protobuf/": "third_party",
17 "external/com_github_grpc_ecosystem_grpc_gateway/runtime/": "third_party",
18 "external/kubernetes/staging/src/k8s.io/legacy-cloud-providers/vsphere/": "third_party"
19 }
20 },
21 "unreachable": {
22 "exclude_files": {
23 "external/kubernetes/vendor/gopkg.in/gcfg.v1": "third_party",
24 "external/bazel_gazelle/pathtools": "third_party"
25 }
26 },
27 "assign": {
28 "exclude_files": {
29 "external/bazel_gazelle/walk": "third_party"
30 }
31 },
32 "unsafeptr": {
33 "exclude_files": {
34 "external/kubernetes/vendor/github.com/modern-go/reflect2/": "third_party",
35 "external/com_github_modern_go_reflect2/": "third_party"
36 }
37 },
38 "unusedresult": {
39 "exclude_files": {
40 "external/kubernetes/vendor/github.com/docker/spdystream": "third_party"
41 }
42 }
43}