Skip to content

chore(deps): pin dependencies #671

chore(deps): pin dependencies

chore(deps): pin dependencies #671

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / golangci failed Oct 23, 2023 in 1s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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
^