feat: implement lyrics #495
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/.
|