Skip to content

Update README with json-sum feature #183

Update README with json-sum feature

Update README with json-sum feature #183

Triggered via pull request October 19, 2024 03:45
Status Success
Total duration 42s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: parser/binary-parser.go#L1
should have a package comment
build: terraformstate/terraform_state_test.go#L6
should not use dot imports
build: parser/json-parser.go#L10
exported type JSONParser should have comment or be unexported
build: parser/parser.go#L10
exported type Parser 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#L14
exported method JSONParser.Parse should have comment or be unexported
build: parser/json-parser.go#L23
exported function NewJSONParser should have comment or be unexported
build: parser/parser.go#L14
exported function CreateParser should have comment or be unexported
build: parser/binary-parser.go#L16
exported method BinaryParser.Parse should have comment or be unexported
build: tree/tree.go#L1
should have a package comment