Skip to content

Print raw diff when there is error during jsonDiff for -json flag (#81) #186

Print raw diff when there is error during jsonDiff for -json flag (#81)

Print raw diff when there is error during jsonDiff for -json flag (#81) #186

Triggered via push October 24, 2024 12:36
Status Success
Total duration 41s
Artifacts

build.yml

on: push
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/parser.go#L14
exported function CreateParser 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/binary-parser.go#L1
should have a package comment
build: reader/file.go#L8
exported type FileReader should have comment or be unexported
build: tree/tree.go#L12
exported type Tree should have comment or be unexported
build: reader/stdin.go#L7
exported const StdinFileName 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#L16
exported method BinaryParser.Parse should have comment or be unexported
build: parser/json-parser.go#L10
exported type JSONParser should have comment or be unexported