From ad47d8435435cc031c24573ff74614403d62c25b Mon Sep 17 00:00:00 2001 From: Andrew Byrd Date: Tue, 7 May 2024 23:33:30 +0800 Subject: [PATCH] prettierCheck instead of prettierSkip --- docs/Codestyle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Codestyle.md b/docs/Codestyle.md index c1722a8517a..d468937adfa 100644 --- a/docs/Codestyle.md +++ b/docs/Codestyle.md @@ -38,7 +38,7 @@ To skip the prettier formating use profile `prettierSkip`: The check for formatting errors use profile `prettierCheck`: ``` -% mvn test -P prettierSkip +% mvn test -P prettierCheck ``` The check is run by the CI server and will fail the build if the code is incorrectly formatted.