From 53cdd9d579ca993a93249b196f09ede17ae96ee2 Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Thu, 26 Jun 2025 10:24:20 +0200 Subject: [PATCH] underscores --- login/Makefile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/login/Makefile b/login/Makefile index 4c99e3b926..c1280810bc 100644 --- a/login/Makefile +++ b/login/Makefile @@ -32,16 +32,16 @@ export CORE_MOCK_TAG := login-core-mock:${DOCKER_METADATA_OUTPUT_VERSION} login_help: @echo "Makefile for the login service" @echo "Available targets:" - @echo " login-help - Show this help message." - @echo " login-generate - Generate TypeScript client code from Protobuf definitions." - @echo " login-quality - Run all quality checks (login-lint, login-test-unit, login-test-integration, login-test-acceptance)." - @echo " login-standalone-build - Build the docker image for production login containers." - @echo " login-lint - Run linting and formatting checks. FORCE=true prevents skipping." - @echo " login-test-unit - Run unit tests. Tests without any dependencies. FORCE=true prevents skipping." - @echo " login-test-integration - Run integration tests. Tests a login production build against a mocked Zitadel core API. FORCE=true prevents skipping." - @echo " login-test-acceptance - Run acceptance tests. Tests a login production build with a local Zitadel instance behind a reverse proxy. FORCE=true prevents skipping." - @echo " show-run-caches - Show all run caches with image ids and exit codes." - @echo " clean-run-caches - Remove all run caches." + @echo " login_help - Show this help message." + @echo " login_generate - Generate TypeScript client code from Protobuf definitions." + @echo " login_quality - Run all quality checks (login_lint, login_test_unit, login_test_integration, login_test_acceptance)." + @echo " login_standalone_build - Build the docker image for production login containers." + @echo " login_lint - Run linting and formatting checks. FORCE=true prevents skipping." + @echo " login_test_unit - Run unit tests. Tests without any dependencies. FORCE=true prevents skipping." + @echo " login-test_integration - Run integration tests. Tests a login production build against a mocked Zitadel core API. FORCE=true prevents skipping." + @echo " login_test_acceptance - Run acceptance tests. Tests a login production build with a local Zitadel instance behind a reverse proxy. FORCE=true prevents skipping." + @echo " show_run_caches - Show all run caches with image ids and exit codes." + @echo " clean_run_caches - Remove all run caches." login_lint: