Skip to content

feat(parser): handle terragrunt as parser binary (#87) #190

feat(parser): handle terragrunt as parser binary (#87)

feat(parser): handle terragrunt as parser binary (#87) #190

Triggered via push January 3, 2025 14:40
Status Success
Total duration 3m 2s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see /~https://github.com/actions/runner-images/issues/10636
build: reader/file.go#L1
should have a package comment
build: reader/stdin.go#L7
exported const StdinFileName should have comment or be unexported
build: reader/stdin.go#L9
exported type StdinReader should have comment or be unexported
build: reader/stdin.go#L12
exported method StdinReader.Name should have comment or be unexported
build: reader/stdin.go#L20
exported function NewStdinReader should have comment or be unexported
build: tree/tree.go#L1
should have a package comment
build: tree/tree.go#L12
exported type Tree should have comment or be unexported
build: tree/tree.go#L23
exported method Tree.IsAddition should have comment or be unexported
build: tree/tree.go#L27
exported method Tree.IsRemoval should have comment or be unexported
build: tree/tree.go#L31
exported method Tree.IsUpdate should have comment or be unexported