chore(deps): pin dependencies #679
reviewdog [golangci] report
reported by reviewdog 🐶
Findings (7)
cmd/vela-docker/plugin_test.go|9 col 29| unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
cmd/vela-docker/build.go|357 col 1| directive // nolint:funlen,gocyclo // Ignore line length
should be written without leading space as //nolint:funlen,gocyclo // Ignore line length
(nolintlint)
cmd/vela-docker/build.go|558 col 2| directive // nolint:gosec // this functionality is not exploitable the way
should be written without leading space as //nolint:gosec // this functionality is not exploitable the way
(nolintlint)
cmd/vela-docker/push.go|49 col 2| directive // nolint: gosec // this functionality is not exploitable the way
should be written without leading space as //nolint: gosec // this functionality is not exploitable the way
(nolintlint)
cmd/vela-docker/registry.go|129 col 2| directive // nolint: gosec // ignore executing command as subprocess
should be written without leading space as //nolint: gosec // ignore executing command as subprocess
(nolintlint)
cmd/vela-docker/build_test.go|56 col 2| directive // nolint:gosec // this functionality is not exploitable the way
should be written without leading space as //nolint:gosec // this functionality is not exploitable the way
(nolintlint)
cmd/vela-docker/daemon_test.go|31 col 2| directive // nolint:gosec // this functionality is not exploitable the way
should be written without leading space as //nolint:gosec // this functionality is not exploitable the way
(nolintlint)
Filtered Findings (0)
Annotations
Check failure on line 9 in cmd/vela-docker/plugin_test.go
github-actions / golangci
[golangci] cmd/vela-docker/plugin_test.go#L9
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
Raw output
cmd/vela-docker/plugin_test.go:9:29: unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
func TestDocker_Plugin_Exec(t *testing.T) {
^
Check failure on line 357 in cmd/vela-docker/build.go
github-actions / golangci
[golangci] cmd/vela-docker/build.go#L357
directive `// nolint:funlen,gocyclo // Ignore line length` should be written without leading space as `//nolint:funlen,gocyclo // Ignore line length` (nolintlint)
Raw output
cmd/vela-docker/build.go:357:1: directive `// nolint:funlen,gocyclo // Ignore line length` should be written without leading space as `//nolint:funlen,gocyclo // Ignore line length` (nolintlint)
// nolint:funlen,gocyclo // Ignore line length
^
Check failure on line 558 in cmd/vela-docker/build.go
github-actions / golangci
[golangci] cmd/vela-docker/build.go#L558
directive `// nolint:gosec // this functionality is not exploitable the way` should be written without leading space as `//nolint:gosec // this functionality is not exploitable the way` (nolintlint)
Raw output
cmd/vela-docker/build.go:558:2: directive `// nolint:gosec // this functionality is not exploitable the way` should be written without leading space as `//nolint:gosec // this functionality is not exploitable the way` (nolintlint)
// nolint:gosec // this functionality is not exploitable the way
^
Check failure on line 49 in cmd/vela-docker/push.go
github-actions / golangci
[golangci] cmd/vela-docker/push.go#L49
directive `// nolint: gosec // this functionality is not exploitable the way` should be written without leading space as `//nolint: gosec // this functionality is not exploitable the way` (nolintlint)
Raw output
cmd/vela-docker/push.go:49:2: directive `// nolint: gosec // this functionality is not exploitable the way` should be written without leading space as `//nolint: gosec // this functionality is not exploitable the way` (nolintlint)
// nolint: gosec // this functionality is not exploitable the way
^
Check failure on line 129 in cmd/vela-docker/registry.go
github-actions / golangci
[golangci] cmd/vela-docker/registry.go#L129
directive `// nolint: gosec // ignore executing command as subprocess` should be written without leading space as `//nolint: gosec // ignore executing command as subprocess` (nolintlint)
Raw output
cmd/vela-docker/registry.go:129:2: directive `// nolint: gosec // ignore executing command as subprocess` should be written without leading space as `//nolint: gosec // ignore executing command as subprocess` (nolintlint)
// nolint: gosec // ignore executing command as subprocess
^
Check failure on line 56 in cmd/vela-docker/build_test.go
github-actions / golangci
[golangci] cmd/vela-docker/build_test.go#L56
directive `// nolint:gosec // this functionality is not exploitable the way` should be written without leading space as `//nolint:gosec // this functionality is not exploitable the way` (nolintlint)
Raw output
cmd/vela-docker/build_test.go:56:2: directive `// nolint:gosec // this functionality is not exploitable the way` should be written without leading space as `//nolint:gosec // this functionality is not exploitable the way` (nolintlint)
// nolint:gosec // this functionality is not exploitable the way
^
Check failure on line 31 in cmd/vela-docker/daemon_test.go
github-actions / golangci
[golangci] cmd/vela-docker/daemon_test.go#L31
directive `// nolint:gosec // this functionality is not exploitable the way` should be written without leading space as `//nolint:gosec // this functionality is not exploitable the way` (nolintlint)
Raw output
cmd/vela-docker/daemon_test.go:31:2: directive `// nolint:gosec // this functionality is not exploitable the way` should be written without leading space as `//nolint:gosec // this functionality is not exploitable the way` (nolintlint)
// nolint:gosec // this functionality is not exploitable the way
^