Increase Code Coverage #52
common-workflows.yaml
on: pull_request
Golang Validation
/
Lint golang code
1m 5s
Golang Validation
/
Yaml Lint
5s
Quality Checks
/
Unit tests and package coverage
4m 17s
Quality Checks
/
GoSec
1m 16s
Quality Checks
/
Go Formatter and Vetter
1m 16s
Quality Checks
/
Malware Scan
49s
Annotations
16 errors and 2 warnings
Golang Validation / Yaml Lint:
test/helm/2vols/templates/test.yaml#L19
19:11 [indentation] wrong indentation: expected 12 but found 10
|
Golang Validation / Yaml Lint:
test/helm/2vols/templates/test.yaml#L20
20:13 [indentation] wrong indentation: expected 14 but found 12
|
Golang Validation / Yaml Lint:
test/helm/2vols/templates/test.yaml#L22
22:11 [indentation] wrong indentation: expected 12 but found 10
|
Golang Validation / Yaml Lint:
test/helm/2vols/templates/test.yaml#L24
24:13 [indentation] wrong indentation: expected 14 but found 12
|
Golang Validation / Yaml Lint:
test/helm/2vols/templates/test.yaml#L25
25:13 syntax error: expected <block end>, but found '?' (syntax)
|
Golang Validation / Yaml Lint:
test/helm/2vols/templates/test.yaml#L26
26:13 [indentation] wrong indentation: expected 14 but found 12
|
Golang Validation / Yaml Lint:
test/helm/2vols/templates/test.yaml#L27
27:13 [indentation] wrong indentation: expected 14 but found 12
|
Golang Validation / Yaml Lint:
test/helm/2vols/templates/test.yaml#L28
28:17 [indentation] wrong indentation: expected 18 but found 16
|
Golang Validation / Yaml Lint:
test/helm/2vols/templates/test.yaml#L29
29:17 [indentation] wrong indentation: expected 18 but found 16
|
Golang Validation / Yaml Lint:
test/helm/2vols/templates/test.yaml#L31
31:17 [indentation] wrong indentation: expected 18 but found 16
|
Golang Validation / Lint golang code:
service/vsphere.go#L42
var-naming: var useHttp should be useHTTP (revive)
|
Golang Validation / Lint golang code:
service/vsphere_test.go#L57
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
service/vsphere_test.go#L117
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
service/vsphere_test.go#L155
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
service/vsphere_test.go#L171
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code
issues found
|
Golang Validation / Yaml Lint:
csireverseproxy/manifests/revproxy.yaml#L76
76:31 [comments] too few spaces before comment
|
Golang Validation / Yaml Lint:
.github/workflows/go-version.yaml#L12
12:1 [truthy] truthy value should be one of [false, true]
|