airshipctl/cmd
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
..
baremetal Fix Lint warnings: Missing comments for functions 2020-05-19 16:54:09 +00:00
cluster Remove "cluster initinfra" command 2020-05-16 01:45:34 -05:00
completion Define a standard for creating commands 2020-04-24 10:50:59 -05:00
config Enable golint as part of golangci-lint. 2020-05-20 13:29:11 -05:00
document Move config init and load from root cmd level 2020-05-09 01:51:09 -05:00
phase Move config init and load from root cmd level 2020-05-09 01:51:09 -05:00
secret Define a standard for creating commands 2020-04-24 10:50:59 -05:00
testdata [#204] Refactoring for version cmd 2020-05-06 09:05:19 -07:00
root_test.go Move bootstrap cmd functionality to baremetal cmd 2020-04-28 16:29:19 +00:00
root.go Move config init and load from root cmd level 2020-05-09 01:51:09 -05:00
version_test.go Add copyright for missing files 2020-04-09 08:35:59 -05:00
version.go [#204] Refactoring for version cmd 2020-05-06 09:05:19 -07:00