blob: dcbeada642aa880dcd63b4c036e28b52f815d875 [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",
Lorenz Brun04904962019-11-11 15:21:14 +010018 "external/kubernetes/": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010019 }
20 },
21 "unreachable": {
22 "exclude_files": {
Lorenz Brun04904962019-11-11 15:21:14 +010023 "external/kubernetes/": "third_party",
Leopold Schabel60a85b62019-11-17 19:12:41 +010024 "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": {
Lorenz Brun04904962019-11-11 15:21:14 +010040 "external/kubernetes/": "third_party"
41 }
42 },
43 "structtag": {
44 "exclude_files": {
45 "external/kubernetes/": "third_party"
46 }
47 },
48 "printf": {
49 "exclude_files": {
50 "external/kubernetes/": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010051 }
52 }
53}