diff --git a/Makefile b/Makefile index 5358fcfb116..8b04e220607 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,10 @@ test: $(MAKE) -C ./k6 go-test go test ./cmd/... ./pkg/... -timeout 1m30s +.PHONY: lint-translation-keys +lint-translation-keys: + go run ./devtools/gotemplatelinter --path ./resources/authgear/templates/en/web --ignore-rules indentation --ignore-rules finalNewline + .PHONY: lint lint: golangci-lint run ./cmd/... ./pkg/... --timeout 7m