Skip to content

feat: add ability to load content from folders #83

feat: add ability to load content from folders

feat: add ability to load content from folders #83

Triggered via pull request May 25, 2024 10:17
@SkarlsoSkarlso
synchronize #78
folder-parsing
Status Failure
Total duration 39s
Artifacts

test.yaml

on: pull_request
run-test-suite
30s
run-test-suite
Fit to window
Zoom out
Zoom in

Annotations

7 errors
run-test-suite: cmd/folder_handler.go#L30
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
run-test-suite: cmd/folder_handler.go#L42
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
run-test-suite: cmd/generate.go#L89
Consider pre-allocating `errs` (prealloc)
run-test-suite: cmd/folder_handler.go#L44
error is not nil (line 41) but it returns nil (nilerr)
run-test-suite: cmd/folder_handler.go#L24
SA4009: argument err is overwritten before first use (staticcheck)
run-test-suite: cmd/folder_handler.go#L35
SA4009(related information): assignment to err (staticcheck)
run-test-suite
Process completed with exit code 2.