Skip to content

refactor: convert root dir to primary dagger module #364

refactor: convert root dir to primary dagger module

refactor: convert root dir to primary dagger module #364

GitHub Actions / golangci failed Dec 11, 2023 in 2s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (7)

ghx/helpers.go|20 col 44| undefined: File
ghx/helpers.go|34 col 26| undefined: Container
ghx/helpers.go|35 col 51| undefined: dag
ghx/helpers.go|38 col 28| undefined: Container
ghx/helpers.go|42 col 30| undefined: Container
ghx/main.go|12 col 54| undefined: Container
ghx/helpers.go|35 col 51| too many errors (typecheck)

Filtered Findings (5)

ghx/helpers.go|1| : # github.com/aweris/gale/ghx
ghx/source.go|12 col 26| undefined: Directory
ghx/source.go|24 col 27| undefined: File
ghx/source.go|35 col 33| undefined: Container
ghx/source.go|40 col 57| undefined: Container

Annotations

Check failure on line 20 in ghx/helpers.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] ghx/helpers.go#L20

undefined: File
Raw output
./helpers.go:20:44: undefined: File

Check failure on line 34 in ghx/helpers.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] ghx/helpers.go#L34

undefined: Container
Raw output
./helpers.go:34:26: undefined: Container

Check failure on line 35 in ghx/helpers.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] ghx/helpers.go#L35

undefined: dag
Raw output
./helpers.go:35:51: undefined: dag

Check failure on line 38 in ghx/helpers.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] ghx/helpers.go#L38

undefined: Container
Raw output
./helpers.go:38:28: undefined: Container

Check failure on line 42 in ghx/helpers.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] ghx/helpers.go#L42

undefined: Container
Raw output
./helpers.go:42:30: undefined: Container

Check failure on line 12 in ghx/main.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] ghx/main.go#L12

undefined: Container
Raw output
./main.go:12:54: undefined: Container

Check failure on line 35 in ghx/helpers.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] ghx/helpers.go#L35

too many errors (typecheck)
Raw output
./helpers.go:35:51: too many errors (typecheck)
package main