mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-04-18 13:12:23 +00:00
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>
This commit is contained in:
parent
ee5b102142
commit
49709bb270
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -462,7 +462,7 @@ lint-locale:
|
||||||
|
|
||||||
.PHONY: lint-locale-usage
|
.PHONY: lint-locale-usage
|
||||||
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
|
.PHONY: lint-md
|
||||||
lint-md: node_modules
|
lint-md: node_modules
|
||||||
|
|
Loading…
Add table
Reference in a new issue