From 49709bb270860a7ba255f61c4dc48c1b11b631d9 Mon Sep 17 00:00:00 2001 From: Ellen Emilia Anna Zscheile Date: Wed, 2 Apr 2025 23:52:10 +0000 Subject: [PATCH] feat(build): run lint-locale-usage w/o --allow-missing-msgids (#7433) Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7433 Reviewed-by: Gusted Co-authored-by: Ellen Emilia Anna Zscheile Co-committed-by: Ellen Emilia Anna Zscheile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0594ea8866..4f7aa3b707 100644 --- a/Makefile +++ b/Makefile @@ -462,7 +462,7 @@ lint-locale: .PHONY: lint-locale-usage lint-locale-usage: - $(GO) run build/lint-locale-usage/lint-locale-usage.go --allow-missing-msgids + $(GO) run build/lint-locale-usage/lint-locale-usage.go .PHONY: lint-md lint-md: node_modules