airshipctl/cmd/config
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
..
testdata Merge "Add pluralized aliases to config get commands" 2020-05-11 15:39:31 +00:00
config_test.go Uplift cobra dependency to v0.0.6 2020-04-23 10:47:46 -05:00
config.go Move config init and load from root cmd level 2020-05-09 01:51:09 -05:00
get_authinfo_test.go Encoding secret data in airshipctl config files 2020-05-08 15:09:17 +00:00
get_authinfo.go Merge "Add pluralized aliases to config get commands" 2020-05-11 15:39:31 +00:00
get_cluster_test.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
get_cluster.go Add pluralized aliases to config get commands 2020-05-06 14:35:29 -05:00
get_context_test.go Enable golint as part of golangci-lint. 2020-05-20 13:29:11 -05:00
get_context.go Add pluralized aliases to config get commands 2020-05-06 14:35:29 -05:00
import_test.go Implement airshipctl config import 2020-05-05 11:11:36 -05:00
import.go Implement airshipctl config import 2020-05-05 11:11:36 -05:00
init_test.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
init.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
set_authinfo_test.go Encoding secret data in airshipctl config files 2020-05-08 15:09:17 +00:00
set_authinfo.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
set_cluster_test.go Increase test coverage 2020-05-01 07:43:33 -05:00
set_cluster.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
set_context_test.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
set_context.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
use_context_test.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
use_context.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00