Skip to content

Commit

Permalink
prettierCheck instead of prettierSkip
Browse files Browse the repository at this point in the history
  • Loading branch information
abyrd committed May 7, 2024
1 parent fdea5ae commit ad47d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Codestyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ad47d84

Please sign in to comment.