Skip to content

Add golint to GitHub Actions workflow for Go code linting #174

Add golint to GitHub Actions workflow for Go code linting

Add golint to GitHub Actions workflow for Go code linting #174

Triggered via pull request July 19, 2024 18:26
@vasylNaumenkovasylNaumenko
synchronize #46
golint
Status Success
Total duration 2m 31s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
build: utils/hashing/hashing.go#L10
exported const HashLen should have comment (or a comment on this block) or be unexported
build: utils/ids/id.go#L16
exported const IDLen should have comment (or a comment on this block) or be unexported
build: utils/wrappers/packing.go#L10
exported const MaxStringLen should have comment (or a comment on this block) or be unexported
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/