Skip to content

Run golangci-lint in CI #2

Run golangci-lint in CI

Run golangci-lint in CI #2

GitHub Actions / golangci failed Aug 18, 2024 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (2)

cmd/root.go|19 col 2| b declared and not used (typecheck)
cmd/root.go|19 col 2| b declared and not used) (typecheck)

Filtered Findings (2)

cmd/root.go|1| : # github.com/h3poteto/kube-job/cmd
main.go|7 col 2| could not import github.com/h3poteto/kube-job/cmd (-: # github.com/h3poteto/kube-job/cmd

Annotations

Check failure on line 19 in cmd/root.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/root.go#L19

b declared and not used (typecheck)
Raw output
cmd/root.go:19:2: b declared and not used (typecheck)
package cmd

Check failure on line 19 in cmd/root.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/root.go#L19

b declared and not used) (typecheck)
Raw output
cmd/root.go:19:2: b declared and not used) (typecheck)
	"github.com/h3poteto/kube-job/cmd"
	^