[helmcli] Add support to show debug log #178
Annotations
10 errors and 2 warnings
golangci-lint:
runner/runnergroup_common.go#L1
: # github.com/Azure/kperf/runner
|
golangci-lint:
runner/runnergroup_run.go#L74
cannot use helmcli.StringPathValuesApplier("name=" + runnerGroupServerReleaseName, "image=" + runnerImage, "runnerGroupSpec=" + specInStr) (value of type helmcli.ValuesApplier) as bool value in argument to helmcli.NewReleaseCli (typecheck)
|
golangci-lint:
cmd/kperf/commands/runnergroup/run.go#L37
expected operand, found '<<' (typecheck)
|
golangci-lint:
cmd/kperf/commands/runnergroup/run.go#L50
missing ',' in composite literal (typecheck)
|
golangci-lint:
cmd/kperf/commands/runnergroup/run.go#L55
missing ',' in composite literal (typecheck)
|
golangci-lint:
cmd/kperf/commands/runnergroup/run.go#L56
expected operand, found 'return' (typecheck)
|
golangci-lint:
cmd/kperf/commands/runnergroup/run.go#L57
missing ',' before newline in composite literal (typecheck)
|
golangci-lint:
cmd/kperf/commands/runnergroup/run.go#L59
missing ',' in composite literal (typecheck)
|
golangci-lint:
cmd/kperf/commands/runnergroup/run.go#L60
expected operand, found 'if' (typecheck)
|
golangci-lint:
cmd/kperf/commands/runnergroup/run.go#L61
expected operand, found 'return' (typecheck)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
golangci-lint:
helmcli/release.go#L107
unused-parameter: parameter 'debug' seems to be unused, consider removing or renaming it as _ (revive)
|
Loading