Skip to content

ci: add Golang and Cypress linter #2

ci: add Golang and Cypress linter

ci: add Golang and Cypress linter #2

Triggered via pull request July 21, 2023 14:08
Status Failure
Total duration 1m 8s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yaml

on: pull_request
golang-lint
59s
golang-lint
cypress-lint
11s
cypress-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
cypress-lint
Process completed with exit code 1.
golang-lint: tests/e2e/bootstrap_test.go#L118
Error return value of `tools.CopyFile` is not checked (errcheck)
golang-lint: tests/e2e/bootstrap_test.go#L159
Error return value of `tools.CopyFile` is not checked (errcheck)
golang-lint: tests/e2e/configure_test.go#L91
Error return value of `tools.CopyFile` is not checked (errcheck)
golang-lint: tests/smoke/smoke_test.go#L47
Error return value of `s.Command` is not checked (errcheck)
golang-lint: tests/smoke/smoke_test.go#L49
Error return value of `s.Command` is not checked (errcheck)
golang-lint: tests/smoke/smoke_test.go#L50
Error return value of `s.Command` is not checked (errcheck)
golang-lint: tests/install/install_test.go#L42
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
golang-lint: tests/install/install_test.go#L64
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
golang-lint
issues found