ci: add Golang and Cypress linter #6
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
9s
cypress-lint
8s
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/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:
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
issues found
|