chore(deps): update actions/checkout action to v4 #690
reviewdog [golangci] report
reported by reviewdog 🐶
Findings (2)
cmd/vela-s3-cache/config_test.go|9 col 29| unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
cmd/vela-s3-cache/main.go|18 col 1| directive // nolint: funlen // ignore function length due to comments and flags
should be written without leading space as //nolint: funlen // ignore function length due to comments and flags
(nolintlint)
Filtered Findings (0)
Annotations
Check failure on line 9 in cmd/vela-s3-cache/config_test.go
github-actions / golangci
[golangci] cmd/vela-s3-cache/config_test.go#L9
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
Raw output
cmd/vela-s3-cache/config_test.go:9:29: unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
func TestS3Cache_Config_New(t *testing.T) {
^
Check failure on line 18 in cmd/vela-s3-cache/main.go
github-actions / golangci
[golangci] cmd/vela-s3-cache/main.go#L18
directive `// nolint: funlen // ignore function length due to comments and flags` should be written without leading space as `//nolint: funlen // ignore function length due to comments and flags` (nolintlint)
Raw output
cmd/vela-s3-cache/main.go:18:1: directive `// nolint: funlen // ignore function length due to comments and flags` should be written without leading space as `//nolint: funlen // ignore function length due to comments and flags` (nolintlint)
// nolint: funlen // ignore function length due to comments and flags
^