loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(build): run lint-locale-usage w/o --allow-missing-msgids (#7433)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7433
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Ellen Emilia Anna Zscheile <fogti+devel@ytrizja.de>
Co-committed-by: Ellen Emilia Anna Zscheile <fogti+devel@ytrizja.de>

+1 -1
+1 -1
Makefile
··· 462 462 463 463 .PHONY: lint-locale-usage 464 464 lint-locale-usage: 465 - $(GO) run build/lint-locale-usage/lint-locale-usage.go --allow-missing-msgids 465 + $(GO) run build/lint-locale-usage/lint-locale-usage.go 466 466 467 467 .PHONY: lint-md 468 468 lint-md: node_modules