-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathnogo.json
More file actions
66 lines (66 loc) · 1.7 KB
/
Copy pathnogo.json
File metadata and controls
66 lines (66 loc) · 1.7 KB
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
{
"assign": {
"exclude_files": {
"external/": "external tools don't pass lint"
}
},
"deadcode": {
"exclude_files": {
"external/": "external tools don't pass lint",
"test/e2e/": "deadcode doesn't correctly process code only used in tests"
}
},
"composites": {
"exclude_files": {
"external/": "external tools don't pass lint",
"pkg/controller/swift/swift_conf.go": "",
"pkg/controller/rabbitmq/rabbitmq_controller.go": "",
"pkg/controller/manager/manager_keystone_secret.go": "",
"contrail-provisioner": "",
"_test.go$": ""
}
},
"gofmt": {
"exclude_files": {
"external/": "external tools don't pass lint",
"go_default_test": ""
}
},
"goimports": {
"exclude_files": {
"external/": "external tools don't pass lint",
"go_default_test": ""
}
},
"shadow": {
"only_files": {
"pkg/label": "",
"pkg/k8s": ""
}
},
"stringintconv": {
"exclude_files": {
"external/": "external tools don't pass lint"
}
},
"structtag": {
"exclude_files": {
"external/": "external tools don't pass lint"
}
},
"unreachable": {
"exclude_files": {
"external/": "external tools don't pass lint"
}
},
"unsafeptr": {
"exclude_files": {
"external/": "external tools don't pass lint"
}
},
"unusedresult": {
"exclude_files": {
"external/": "external tools don't pass lint"
}
}
}