forked from scionproto/scion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nogo.json
61 lines (61 loc) · 1.41 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
{
"assign": {
"exclude_files": {
"gazelle/walk/walk.go": ""
}
},
"composites": {
"exclude_files": {
"gazelle/language/go/resolve.go": ""
}
},
"nilness": {
"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": "many vendored dependencies have issues",
"/com_github_vishvananda_netlink": ""
}
},
"printf": {
"exclude_files": {
"/com_github_antlr_antlr4/runtime/Go/antlr/": "",
"/com_github_lucas_clemente_quic_go/": ""
}
},
"unreachable": {
"exclude_files": {
"/com_github_antlr_antlr4/runtime/Go/antlr/": "",
"/com_github_uber_jaeger_client_go": ""
}
},
"unsafeptr": {
"exclude_files": {
"/com_github_mattn_go_sqlite3/": "",
"/com_github_google_gopacket/afpacket/": ""
}
},
"shift": {
"exclude_files": {
"/com_github_lucas_clemente_quic_go/": ""
}
},
"stdmethods": {
"exclude_files": {
"/com_github_uber_jaeger_client_go": ""
}
},
"structtag": {
"exclude_files": {
"com_github_buildkite_go_buildkite": ""
}
},
"gocall": {
"exclude_files": {
"(vendor|external)/*": "Only applies to internal files",
"xtest/*": "",
"_test.go": "Doesn't apply for test files"
}
}
}