Skip to content

chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v37.415.0 #941

chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v37.415.0

chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v37.415.0 #941

Triggered via pull request November 2, 2023 15:54
Status Failure
Total duration 42s
Artifacts

linters.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
golangci: sztp-agent/pkg/secureagent/daemon.go#L220
Error return value of `file.Close` is not checked (errcheck)
golangci: sztp-agent/pkg/secureagent/daemon.go#L221
Error return value of `response.Body.Close` is not checked (errcheck)
golangci: sztp-agent/pkg/secureagent/daemon.go#L233
Error return value of `f.Close` is not checked (errcheck)
golangci: sztp-agent/pkg/secureagent/daemon.go#L262
Error return value of `file.Close` is not checked (errcheck)
golangci: sztp-agent/pkg/secureagent/daemon.go#L299
Error return value of `file.Close` is not checked (errcheck)
golangci: sztp-agent/pkg/secureagent/utils.go#L90
Error return value of `res.Body.Close` is not checked (errcheck)
golangci: sztp-agent/pkg/secureagent/agent_test.go#L1005
Function 'TestProgressType_String' is too long (153 > 150) (funlen)
golangci: sztp-agent/pkg/secureagent/daemon_test.go#L707
Function 'TestAgent_copyConfigurationFile' is too long (151 > 150) (funlen)
golangci: sztp-agent/pkg/secureagent/daemon_test.go#L861
Function 'TestAgent_launchScriptsConfiguration' is too long (213 > 150) (funlen)
golangci: sztp-agent/pkg/secureagent/daemon.go#L294
string `configuration.sh` has 3 occurrences, make it a constant (goconst)
golangci
Restore cache failed: Dependencies file is not found in /home/runner/work/sztp/sztp. Supported file pattern: go.sum
golangci: sztp-agent/cmd/enable.go#L1
package-comments: package comment should be of the form "Package cmd ..." (revive)
golangci: sztp-agent/cmd/daemon.go#L1
package-comments: package comment should be of the form "Package cmd ..." (revive)
golangci: sztp-agent/cmd/status.go#L1
package-comments: package comment should be of the form "Package cmd ..." (revive)
golangci: sztp-agent/cmd/run.go#L1
package-comments: package comment should be of the form "Package cmd ..." (revive)
golangci: sztp-agent/cmd/disable.go#L1
package-comments: package comment should be of the form "Package cmd ..." (revive)
golangci: sztp-agent/main.go#L22
unreachable-code: unreachable code after this statement (revive)
golangci: sztp-agent/main.go#L34
unreachable-code: unreachable code after this statement (revive)
golangci: sztp-agent/main.go#L8
package-comments: should have a package comment (revive)
golangci: sztp-agent/pkg/secureagent/disable.go#L1
package-comments: package comment should be of the form "Package secureagent ..." (revive)
golangci: sztp-agent/pkg/secureagent/agent.go#L11
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)