Skip to content

Commit 49709bb

Browse files
fogtiGusted
authored andcommitted
feat(build): run lint-locale-usage w/o --allow-missing-msgids (go-gitea#7433)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7433 Reviewed-by: Gusted <[email protected]> Co-authored-by: Ellen Emilia Anna Zscheile <[email protected]> Co-committed-by: Ellen Emilia Anna Zscheile <[email protected]>
1 parent ee5b102 commit 49709bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ lint-locale:
462462

463463
.PHONY: lint-locale-usage
464464
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
466466

467467
.PHONY: lint-md
468468
lint-md: node_modules

0 commit comments

Comments
 (0)