Skip to content

Allow custom placeholders #897

Allow custom placeholders

Allow custom placeholders #897

Status Success
Total duration 3m 9s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: web/web.go#L11
comment on exported var StaticFS should be of the form "StaticFS ..."
build: internal/app/app.go#L24
exported var BackupPath should have comment or be unexported
build: internal/server/middleware.go#L23
exported const SearchOptsKey should have comment (or a comment on this block) or be unexported
build: internal/scraper/britishbakels.go#L45
should replace numRight += 1 with numRight++
build: internal/scraper/quitoque.go#L21
parameter 'i' seems to be unused, consider removing or renaming it as _