Skip to content

Commit f09d365

Browse files
authored
Merge branch 'smartcorelib:development' into development
2 parents 9a50b4f + c77781b commit f09d365

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $ rust-code-analysis-cli -p src/algorithm/neighbour/fastpair.rs --ls 22 --le 213
5050

5151
1. After a PR is opened maintainers are notified
5252
2. Probably changes will be required to comply with the workflow, these commands are run automatically and all tests shall pass:
53-
* **Formatting**: run `rustfmt src/*.rs` to apply automatic formatting
53+
* **Formatting**: run `cargo fmt --all -- --check` to apply automatic formatting
5454
* **Linting**: `clippy` is used with command `cargo clippy --all-features -- -Drust-2018-idioms -Dwarnings`
5555
* **Coverage** (optional): `tarpaulin` is used with command `cargo tarpaulin --out Lcov --all-features -- --test-threads 1`
5656
* **Testing**: multiple test pipelines are run for different targets

0 commit comments

Comments
 (0)