airshipctl/pkg
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
..
bootstrap Add Redfish Authentication Support 2020-03-27 15:29:07 -07:00
cluster Cluster Status library tools 2020-03-27 16:09:15 -05:00
config Fix for Lint warnings 2020-04-07 14:07:45 +00:00
container Show isogen container logs if debug is enabled 2020-03-13 12:53:30 +04:00
document Fix for Lint warnings 2020-04-07 14:07:45 +00:00
environment Remove unused OutputFormat type 2020-03-26 08:22:43 -05:00
errors Fix typos in variable names and comments 2020-02-05 16:31:05 -06:00
k8s Fix wrong buffer dirrectory for kubectl interface 2020-03-24 11:58:17 -05:00
log Show isogen container logs if debug is enabled 2020-03-13 12:53:30 +04:00
remote Fix for Lint warnings 2020-04-07 14:07:45 +00:00
secret Fix typos in variable names and comments 2020-02-05 16:31:05 -06:00
util Increase test coverage 2020-03-17 08:46:34 -05:00