Skip to content

chore(deps): pin dependencies #311

chore(deps): pin dependencies

chore(deps): pin dependencies #311

GitHub Actions / golangci failed Oct 20, 2023 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (5)

cmd/vela-github-release/delete.go|3 col 1| directive // nolint: dupl // ignore code similarity to keep consistent structure should be written without leading space as //nolint: dupl // ignore code similarity to keep consistent structure (nolintlint)
cmd/vela-github-release/view.go|3 col 1| directive // nolint: dupl // ignore code similarity to keep consistent structure should be written without leading space as //nolint: dupl // ignore code similarity to keep consistent structure (nolintlint)
cmd/vela-github-release/config_test.go|24 col 2| directive // nolint:gosec // ignore for testing purposes should be written without leading space as //nolint:gosec // ignore for testing purposes (nolintlint)
cmd/vela-github-release/create_test.go|26 col 2| directive // nolint:gosec // ignore for testing purposes should be written without leading space as //nolint:gosec // ignore for testing purposes (nolintlint)
cmd/vela-github-release/delete_test.go|20 col 2| directive // nolint:gosec // ignore for testing purposes should be written without leading space as //nolint:gosec // ignore for testing purposes (nolintlint)

Filtered Findings (0)

Annotations

Check failure on line 3 in cmd/vela-github-release/delete.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-github-release/delete.go#L3

directive `// nolint: dupl // ignore code similarity to keep consistent structure` should be written without leading space as `//nolint: dupl // ignore code similarity to keep consistent structure` (nolintlint)
Raw output
cmd/vela-github-release/delete.go:3:1: directive `// nolint: dupl // ignore code similarity to keep consistent structure` should be written without leading space as `//nolint: dupl // ignore code similarity to keep consistent structure` (nolintlint)
// nolint: dupl // ignore code similarity to keep consistent structure
^

Check failure on line 3 in cmd/vela-github-release/view.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-github-release/view.go#L3

directive `// nolint: dupl // ignore code similarity to keep consistent structure` should be written without leading space as `//nolint: dupl // ignore code similarity to keep consistent structure` (nolintlint)
Raw output
cmd/vela-github-release/view.go:3:1: directive `// nolint: dupl // ignore code similarity to keep consistent structure` should be written without leading space as `//nolint: dupl // ignore code similarity to keep consistent structure` (nolintlint)
// nolint: dupl // ignore code similarity to keep consistent structure
^

Check failure on line 24 in cmd/vela-github-release/config_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-github-release/config_test.go#L24

directive `// nolint:gosec // ignore for testing purposes` should be written without leading space as `//nolint:gosec // ignore for testing purposes` (nolintlint)
Raw output
cmd/vela-github-release/config_test.go:24:2: directive `// nolint:gosec // ignore for testing purposes` should be written without leading space as `//nolint:gosec // ignore for testing purposes` (nolintlint)
	// nolint:gosec // ignore for testing purposes
	^

Check failure on line 26 in cmd/vela-github-release/create_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-github-release/create_test.go#L26

directive `// nolint:gosec // ignore for testing purposes` should be written without leading space as `//nolint:gosec // ignore for testing purposes` (nolintlint)
Raw output
cmd/vela-github-release/create_test.go:26:2: directive `// nolint:gosec // ignore for testing purposes` should be written without leading space as `//nolint:gosec // ignore for testing purposes` (nolintlint)
	// nolint:gosec // ignore for testing purposes
	^

Check failure on line 20 in cmd/vela-github-release/delete_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-github-release/delete_test.go#L20

directive `// nolint:gosec // ignore for testing purposes` should be written without leading space as `//nolint:gosec // ignore for testing purposes` (nolintlint)
Raw output
cmd/vela-github-release/delete_test.go:20:2: directive `// nolint:gosec // ignore for testing purposes` should be written without leading space as `//nolint:gosec // ignore for testing purposes` (nolintlint)
	// nolint:gosec // ignore for testing purposes
	^