Skip to content

fix: only check if env var is not empty #29

fix: only check if env var is not empty

fix: only check if env var is not empty #29

GitHub Actions / golangci failed Jan 4, 2024 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (1)

core/aws/env.go|8 col 1| directive // nolint: gochecknoglobals should be written without leading space as //nolint: gochecknoglobals (nolintlint)

Filtered Findings (0)

Annotations

Check failure on line 8 in core/aws/env.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] core/aws/env.go#L8

directive `// nolint: gochecknoglobals` should be written without leading space as `//nolint: gochecknoglobals` (nolintlint)
Raw output
core/aws/env.go:8:1: directive `// nolint: gochecknoglobals` should be written without leading space as `//nolint: gochecknoglobals` (nolintlint)
// nolint: gochecknoglobals
^