Skip to content

Sort results

Sort results #169

Re-run triggered July 29, 2024 03:46
Status Success
Total duration 3m 22s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated 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#L10
exported type Parser should have comment or be unexported
build: parser/parser.go#L14
exported function CreateParser should have comment or be unexported
build: reader/file.go#L8
exported type FileReader 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: writer/json.go#L13
exported type JSONWriter should have comment or be unexported
build: writer/json-prettyprint.go#L16
exported type Formatter should have comment or be unexported
build: writer/table.go#L11
exported type TableWriter should have comment or be unexported
build: writer/separate_tree.go#L11
exported const SEPARATOR should have comment or be unexported
build: writer/writer.go#L10
exported type Writer should have comment or be unexported