linkerd2/controller/k8s
Andrew Seigner 2305974202
Introduce golangci-lint tooling, fixes (#2239)
`golangci-lint` performs numerous checks on Go code, including golint,
ineffassign, govet, and gofmt.

This change modifies `bin/lint` to use `golangci-lint`, and replaces
usage of golint and govet.

Also perform a one-time gofmt cleanup:
- `gofmt -s -w controller/`
- `gofmt -s -w pkg/`

Part of #217

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2019-02-13 11:16:28 -08:00
..
api.go Add statefulsets to the dashboard and CLI (#2234) 2019-02-08 15:37:44 -08:00
api_test.go Introduce golangci-lint tooling, fixes (#2239) 2019-02-13 11:16:28 -08:00
clientset.go Enable lint check for comments (#2023) 2019-01-02 14:03:59 -08:00
test_helper.go Add statefulsets to the dashboard and CLI (#2234) 2019-02-08 15:37:44 -08:00