Skip to content

Commit

Permalink
Add make lint-translation-key
Browse files Browse the repository at this point in the history
  • Loading branch information
pkong-ds committed Aug 28, 2024
1 parent 583fd67 commit bea25db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/authflowv2 --ignore-rules indentation --ignore-rules finalNewline

.PHONY: lint
lint:
golangci-lint run ./cmd/... ./pkg/... --timeout 7m
Expand Down

0 comments on commit bea25db

Please sign in to comment.