Tools - Miol-Mor/battle-game GitHub Wiki
Various tools we use in our project.
Code formatters and linters
Rust
For Rust formatting and linting we use rustfmt
and clippy
respectively.
To format your code written in Rust, navigate to the directory containing Cargo.toml
, and run cargo fmt
.
Don't forget to commit your changes after the formatter has finished!
To check your with clippy, run cargo clippy --all-features
in the source directory.
Github
Close issue in commit message
Keywords: fix
, fixes
, close
, closes
.