feat(parser): handle terragrunt as parser binary #189
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/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/file.go#L8
exported type FileReader should have comment or be unexported
|
build:
reader/reader.go#L11
exported type Reader should have comment or be unexported
|
build:
parser/binary-parser.go#L12
exported type BinaryParser should have comment or be unexported
|
build:
parser/json-parser.go#L10
exported type JSONParser should have comment or be unexported
|
build:
tree/tree.go#L12
exported type Tree should have comment or be unexported
|
build:
reader/file.go#L12
exported method FileReader.Name should have comment or be unexported
|
build:
main.go#L1
should have a package comment
|