airshipctl/cmd
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 Use new Redfish client 2020-04-03 18:10:53 +00:00
cluster [#38] Add end-user documentation to project 2020-03-10 16:45:19 +00:00
completion [#38] Add end-user documentation to project 2020-03-10 16:45:19 +00:00
config Fix for Lint warnings 2020-04-07 14:07:45 +00:00
document [#91] refactor secrets as top level command 2020-03-13 13:00:53 +00:00
remote Add remote host reboot command 2020-04-06 09:26:57 -05:00
secret [#91] refactor secrets as top level command 2020-03-13 13:00:53 +00:00
testdata Add remote command 2020-04-03 20:52:22 +00:00
root_test.go [#28] Fix bad defaults for config file paths. 2020-02-10 16:25:43 -06:00
root.go Add remote command 2020-04-03 20:52:22 +00:00
version_test.go Add testing expectations 2019-11-07 11:37:53 -06:00
version.go Rename module to reflect its new location 2019-07-01 12:15:29 -05:00