fix(build): move lint-locale* to separate subdirectories

This commit is contained in:
Ellen Emilia Anna Zscheile 2025-03-12 22:25:20 +01:00
parent c368ff5ae4
commit 7fced29615
5 changed files with 2 additions and 6 deletions

View file

@ -458,11 +458,11 @@ lint-renovate: node_modules
.PHONY: lint-locale
lint-locale:
$(GO) run build/lint-locale.go
$(GO) run build/lint-locale/lint-locale.go
.PHONY: lint-locale-usage
lint-locale-usage:
$(GO) run build/lint-locale-usage.go --allow-missing-msgids
$(GO) run build/lint-locale-usage/lint-locale-usage.go --allow-missing-msgids
.PHONY: lint-md
lint-md: node_modules

View file

@ -2,8 +2,6 @@
// Copyright 2025 The Forgejo Authors. All rights reserved.
// SPDX-License-Identifier: MIT
//go:build ignore
package main
import (

View file

@ -1,8 +1,6 @@
// Copyright 2025 The Forgejo Authors. All rights reserved.
// SPDX-License-Identifier: MIT
//go:build ignore
package main
import (