mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-04-08 02:31:36 +02:00
feat(build): run lint-locale-usage w/o --allow-missing-msgids
This commit is contained in:
parent
ee5b102142
commit
3cef3cb422
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue