forked from netsec-ethz/scion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnogo.json
105 lines (105 loc) · 2.87 KB
/
nogo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"assign": {
"exclude_files": {
"gazelle/walk/walk.go": "",
"com_github_deepmap_oapi_codegen/pkg/codegen/": ""
}
},
"composites": {
"exclude_files": {
"gazelle/language/go/resolve.go": "",
"/io_bazel_rules_docker/": "",
"/com_github_bazelbuild_buildtools/": "",
"/com_github_grpc_ecosystem_grpc_opentracing/go/otgrpc/": "",
"/com_github_vishvananda_netlink/": "",
"/org_golang_x_tools/internal": "",
"/org_golang_google_protobuf": ""
}
},
"copylocks": {
"exclude_files": {
"/org_golang_google_protobuf/internal/impl/": ""
}
},
"nilness": {
"only_files": {
"/go/": "https://github.com/bazelbuild/rules_go/issues/2172"
},
"exclude_files": {
"gazelle/cmd/gazelle/diff.go": "",
"/in_gopkg_yaml_v2/decode.go": "https://github.com/go-yaml/yaml/pull/492",
"/com_github_mattn_go_sqlite3": "",
"/com_github_lucas_clemente_quic_go": "",
"/com_github_cloudflare_sidh": "",
"/com_github_vishvananda_netlink": ""
}
},
"printf": {
"exclude_files": {
"/com_github_antlr_antlr4/runtime/Go/antlr/": "",
"/com_github_cloudflare_sidh/": ""
}
},
"stringintconv": {
"exclude_files": {
"/com_github_sergi_go_diff": "",
"/com_github_uber_jaeger_client_go": "",
"/com_github_google_gopacket": "",
"/com_github_antlr_antlr4": "",
"/net_starlark_go": "",
"/com_github_smartystreets_assertions/internal/go-diff/diffmatchpatch/patch.go": ""
}
},
"unreachable": {
"exclude_files": {
"gazelle/pathtools/path.go": "",
"/com_github_antlr_antlr4/runtime/Go/antlr/": "",
"/com_github_uber_jaeger_client_go": "",
"/com_github_marten_seemann_qtls/": "",
"/org_golang_google_protobuf/": "",
"/com_github_magiconair_properties": "",
"/com_github_ghodss_yaml/": "",
"/com_github_lestrrat_go_iter/mapiter/": "",
"/com_github_lestrrat_go_iter/arrayiter/": ""
}
},
"unsafeptr": {
"only_files": {
"/go/": "https://github.com/bazelbuild/rules_go/issues/2172"
},
"exclude_files": {
"/com_github_mattn_go_sqlite3/": "",
"/com_github_google_gopacket/afpacket/": ""
}
},
"shift": {
"exclude_files": {
"/com_github_marten_seemann_qtls/": ""
}
},
"stdmethods": {
"exclude_files": {
"/com_github_uber_jaeger_client_go": ""
}
},
"structtag": {
"exclude_files": {
"com_github_buildkite_go_buildkite": ""
}
},
"gocall": {
"only_files": {
"/go/": "https://github.com/bazelbuild/rules_go/issues/2172"
},
"exclude_files": {
"(vendor|external)/*": "Only applies to internal files",
"xtest/*": "",
"_test.go": "Doesn't apply for test files"
}
},
"lostcancel": {
"exclude_files": {
"com_github_grpc_ecosystem_go_grpc_middleware/retry": ""
}
}
}