Skip to content

Add copyright declaration and package comments #219

Add copyright declaration and package comments

Add copyright declaration and package comments #219

Triggered via pull request September 19, 2024 04:01
Status Success
Total duration 5m 11s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: pprofparser/domain/events/type.go#L266
`newSortMap` is unused (deadcode)
build: pprofparser/domain/events/type.go#L277
`newDescriptionMap` is unused (deadcode)
build: pprofparser/service/parsing/collapse.go#L65
Error return value of `f.Close` is not checked (errcheck)
build: pprofparser/service/parsing/collapse.go#L152
Error return value of `f.Close` is not checked (errcheck)
build: pprofparser/service/parsing/collapse.go#L313
Error return value of `f.Close` is not checked (errcheck)
build: pprofparser/service/parsing/pprof.go#L361
Error return value of `closable.Close` is not checked (errcheck)
build: pprofparser/tools/filepathtoolkit/stat_test.go#L11
use of `println` forbidden by pattern `^print(ln)?$` (forbidigo)
build: pprofparser/tools/filepathtoolkit/stat_test.go#L12
use of `println` forbidden by pattern `^print(ln)?$` (forbidigo)
build: pprofparser/tools/filepathtoolkit/stat_test.go#L13
use of `println` forbidden by pattern `^print(ln)?$` (forbidigo)
build: pprofparser/service/parsing/collapse_test.go#L21
use of `println` forbidden by pattern `^print(ln)?$` (forbidigo)
build
The following actions use a deprecated Node.js version 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/