Skip to content

feat: implement lyrics #495

feat: implement lyrics

feat: implement lyrics #495

Triggered via pull request March 24, 2024 13:55
Status Failure
Total duration 54s
Artifacts

test.yaml

on: pull_request
Lint and test
45s
Lint and test
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Lint and test: server/ctrlsubsonic/handlers_common.go#L531
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
Lint and test: server/ctrlsubsonic/handlers_common.go#L554
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
Lint and test: server/ctrlsubsonic/handlers_common.go#L555
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
Lint and test: server/ctrlsubsonic/handlers_common.go#L475
commentFormatting: put a space between `//` and comment text (gocritic)
Lint and test: server/ctrlsubsonic/spec/spec.go#L468
File is not `gofmt`-ed with `-s` (gofmt)
Lint and test: server/ctrlsubsonic/handlers_common.go#L15
File is not `gofmt`-ed with `-s` (gofmt)
Lint and test: server/ctrlsubsonic/handlers_common.go#L551
lyricsFile - result 0 ([]time.Duration) is never used (unparam)
Lint and test: server/ctrlsubsonic/handlers_common.go#L507
ST1003: method ServeGetLyricsBySongId should be ServeGetLyricsBySongID (stylecheck)
Lint and test
issues found
Lint and test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.