Increase Code Coverage #59
common-workflows.yaml
on: pull_request
Golang Validation
/
Lint golang code
1m 4s
Golang Validation
/
Yaml Lint
5s
Quality Checks
/
Unit tests and package coverage
4m 29s
Quality Checks
/
GoSec
1m 21s
Quality Checks
/
Go Formatter and Vetter
1m 28s
Quality Checks
/
Malware Scan
47s
Annotations
20 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/gobrick_mock_test.go#L133
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
service/gobrick_mock_test.go#L133
unused-parameter: parameter 'info' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
service/gobrick_mock_test.go#L133
unused-parameter: parameter 'useFC' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
service/gobrick_mock_test.go#L140
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
service/gobrick_mock_test.go#L140
unused-parameter: parameter 'name' seems to be unused, consider removing or renaming it as _ (revive)
|
Golang Validation / Lint golang code:
service/gobrick_mock_test.go#L144
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
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 / 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]
|