airshipctl/pkg/config
Yasin, Siraj (SY495P) f696ed5f11 Fix for Lint warnings
* This commit handles only warnings of mentioned type
  warning:
    comment on exported function <funcname> should be
      of the form "<funcname> ..."
* In this case, there were comments for the exported
  function/constant/var for which warnings raised,
  but not in expected format.
* So this fix is mostly formating the comment to avoid
  lint warnings.

  Observations:
    * comment did not had function name
    * function name in comment was immediately follwed by comma
        => function followed by space and any description is expected
    * function was not mentioned in the first line of the comment
        => when there is multiline comment, first line should start with
           function name

Change-Id: Ife97104ebc1054f4e34259dca51e8bdb42b33bbd
Relates-To:#148
2020-04-07 14:07:45 +00:00
..
testdata Split document model, add entrypoints for repos 2020-03-12 09:55:05 -05:00
cmds_test.go Properly locate tests within a config_test pkg for pkg/config and cmd/config 2020-03-11 16:21:57 -07:00
cmds.go [#56] Add use-context subcommand 2020-02-26 10:35:13 -06:00
config_test.go Refactor ClusterComplexName 2020-03-26 17:46:35 -05:00
config.go Fix for Lint warnings 2020-04-07 14:07:45 +00:00
constants.go Fix for Lint warnings 2020-04-07 14:07:45 +00:00
errors.go Fix for Lint warnings 2020-04-07 14:07:45 +00:00
options_test.go [#42] Refactor flag operations to be uniform 2020-02-20 11:25:41 -06:00
options.go [#57] - Added --current flag to set-context 2020-02-24 19:02:20 +00:00
repo_test.go Properly locate tests within a config_test pkg for pkg/config and cmd/config 2020-03-11 16:21:57 -07:00
repo.go Remove the various Equals methods from pkg/config 2020-03-26 12:18:13 -05:00
types.go Fix for Lint warnings 2020-04-07 14:07:45 +00:00
utils.go Refactor ClusterComplexName 2020-03-26 17:46:35 -05:00