extend contribution note on cli format checking

This commit is contained in:
Ayanda Dube 2022-10-02 23:40:19 +01:00
parent febb4f6a17
commit 8218198351
1 changed files with 5 additions and 1 deletions

View File

@ -52,7 +52,11 @@ cd deps/rabbitmq_cli
mix format
```
Running `make` in `deps/rabbitmq_cli` will validate the CLI formatting and issue any necessary warnings.
Running `make` will validate the CLI formatting and issue any necessary warnings. Alternatively, run the format checker in the `deps/rabbitmq_cli` directory:
```
mix format --check-formatted
```
## Code of Conduct