airshipctl/pkg/k8s
Yasin, Siraj (SY495P) fffc42ad8a Enable golint as part of golangci-lint.
Issues raised after enabling golint as part of golangci-lint

  * error var ToDiscoveryError should have name of the
	form ErrFoo (golint)
  * error strings should not be capitalized or end with punctuation
	or a newline (golint)

Issues not raised by golint embedded within golangci-lint

  * comment on exported function <funcname> should be
      of the form "<funcname> ..."

So kept the golint standalone tool also in Makefile

Change-Id: I7f2ce66d1e757bc24c042fc212226cecea297f27
2020-05-20 13:29:11 -05:00
..
client Enhance the fake Client 2020-04-15 14:27:40 -05:00
kubectl Enable golint as part of golangci-lint. 2020-05-20 13:29:11 -05:00
utils Fix Lint warnings: Missing comments for functions 2020-04-29 16:54:01 -05:00