diff options
author | 2017-03-05 14:17:05 -0800 | |
---|---|---|
committer | 2017-03-05 14:17:05 -0800 | |
commit | 1e4ba588dc2e1e8b011ffe878977f5a909302bbe (patch) | |
tree | bda41335f3d2f2ba3d90b3c356b78cc9f518738e /middleware/kubernetes/kubernetes_test.go | |
parent | 5eedb728dfdeebe5284af3760879aa3f054ffdb0 (diff) | |
download | coredns-1e4ba588dc2e1e8b011ffe878977f5a909302bbe.tar.gz coredns-1e4ba588dc2e1e8b011ffe878977f5a909302bbe.tar.zst coredns-1e4ba588dc2e1e8b011ffe878977f5a909302bbe.zip |
Enforce `go lint` check and fix several lint issues (#570)
This fix updates the Makefile to add the `go lint` check
for the build. This fix also fixes several go lint issues.
NOTE: This fix does not enforce `go lint` (suggestion only).
This fix also ignores the `go lint` error:
```
middleware/middleware.go:72:1: context.Context should be the first parameter of a function
```
as it requires too many changes in API.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'middleware/kubernetes/kubernetes_test.go')
0 files changed, 0 insertions, 0 deletions