docs: adjust contributing.md: fix missing --all
Unrelated but necessary to also always format code for all architectures and all features. Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
parent
70146ee7af
commit
9979e562b2
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ have specific features that you regularly develop against.
|
|||
```sh
|
||||
#!/bin/sh
|
||||
|
||||
cargo +nightly fmt -- --check || exit 1
|
||||
cargo +nightly fmt --all -- --check || exit 1
|
||||
cargo check --locked --all --all-targets --tests || exit 1
|
||||
cargo clippy --locked --all --all-targets --tests -- -D warnings || exit 1
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue