chore(deps): pin dependencies #679
Annotations
7 errors
[golangci] cmd/vela-docker/plugin_test.go#L9:
cmd/vela-docker/plugin_test.go#L9
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
|
[golangci] cmd/vela-docker/build.go#L357:
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)
|
[golangci] cmd/vela-docker/build.go#L558:
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)
|
[golangci] cmd/vela-docker/push.go#L49:
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)
|
[golangci] cmd/vela-docker/registry.go#L129:
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)
|
[golangci] cmd/vela-docker/build_test.go#L56:
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)
|
[golangci] cmd/vela-docker/daemon_test.go#L31:
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)
|