airshipctl/testutil
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
..
k8sutils [#86] remove unused code 2020-03-10 19:15:04 +00:00
redfishutils Add remote host power status command 2020-04-03 21:18:18 +00:00
testconfig.go Fix for Lint warnings 2020-04-07 14:07:45 +00:00
testdatafs.go Add Kustomize document filesystem layer 2020-03-04 20:04:35 +00:00
utilities.go [#86] remove unused code 2020-03-10 19:15:04 +00:00