Skip to content

chore(deps): pin dependencies #449

chore(deps): pin dependencies

chore(deps): pin dependencies #449

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

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (3)

internal/npm/plugin_test.go|112 col 26| directive // nolint: errcheck // testing should be written without leading space as //nolint: errcheck // testing (nolintlint)
internal/npm/plugin_test.go|144 col 26| directive // nolint: errcheck // testing should be written without leading space as //nolint: errcheck // testing (nolintlint)
internal/npm/plugin_test.go|177 col 26| directive // nolint: errcheck // testing should be written without leading space as //nolint: errcheck // testing (nolintlint)

Filtered Findings (0)

Annotations

Check failure on line 112 in internal/npm/plugin_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] internal/npm/plugin_test.go#L112

directive `// nolint: errcheck // testing` should be written without leading space as `//nolint: errcheck // testing` (nolintlint)
Raw output
internal/npm/plugin_test.go:112:26: directive `// nolint: errcheck // testing` should be written without leading space as `//nolint: errcheck // testing` (nolintlint)
	fs.MkdirAll(home, 0755) // nolint: errcheck // testing
	                        ^

Check failure on line 144 in internal/npm/plugin_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] internal/npm/plugin_test.go#L144

directive `// nolint: errcheck // testing` should be written without leading space as `//nolint: errcheck // testing` (nolintlint)
Raw output
internal/npm/plugin_test.go:144:26: directive `// nolint: errcheck // testing` should be written without leading space as `//nolint: errcheck // testing` (nolintlint)
	fs.MkdirAll(home, 0755) // nolint: errcheck // testing
	                        ^

Check failure on line 177 in internal/npm/plugin_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] internal/npm/plugin_test.go#L177

directive `// nolint: errcheck // testing` should be written without leading space as `//nolint: errcheck // testing` (nolintlint)
Raw output
internal/npm/plugin_test.go:177:26: directive `// nolint: errcheck // testing` should be written without leading space as `//nolint: errcheck // testing` (nolintlint)
	fs.MkdirAll(home, 0755) // nolint: errcheck // testing
	                        ^