blob: 43ff53bdc678f0a516d24099f336ff50dcf731d7 [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",
Hendrik Hofstadt4ff52bd2020-01-12 15:21:49 +010018 "external/kubernetes/": "third_party",
19 "external/com_github_denisenkom_go_mssqldb/": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010020 }
21 },
22 "unreachable": {
23 "exclude_files": {
Lorenz Brun04904962019-11-11 15:21:14 +010024 "external/kubernetes/": "third_party",
Hendrik Hofstadt4ff52bd2020-01-12 15:21:49 +010025 "external/bazel_gazelle/pathtools": "third_party",
26 "external/com_github_magiconair_properties": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010027 }
28 },
29 "assign": {
30 "exclude_files": {
31 "external/bazel_gazelle/walk": "third_party"
32 }
33 },
34 "unsafeptr": {
35 "exclude_files": {
36 "external/kubernetes/vendor/github.com/modern-go/reflect2/": "third_party",
Hendrik Hofstadt4ff52bd2020-01-12 15:21:49 +010037 "external/com_github_modern_go_reflect2/": "third_party",
38 "sqlite3.*go": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010039 }
40 },
41 "unusedresult": {
42 "exclude_files": {
Lorenz Brun04904962019-11-11 15:21:14 +010043 "external/kubernetes/": "third_party"
44 }
45 },
46 "structtag": {
47 "exclude_files": {
48 "external/kubernetes/": "third_party"
49 }
50 },
51 "printf": {
52 "exclude_files": {
53 "external/kubernetes/": "third_party"
Leopold Schabel60a85b62019-11-17 19:12:41 +010054 }
55 }
56}