Skip to content

Commit

Permalink
chore: Remove lints section
Browse files Browse the repository at this point in the history
  • Loading branch information
FlixCoder committed Dec 21, 2023
1 parent 9cc3841 commit 1b9a85e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,3 @@ async fn main() -> Result<()> {
Ok(())
}
```

## Lints

This projects uses a bunch of clippy lints for higher code quality and style.

Install [`cargo-lints`](https://github.com/soramitsu/iroha2-cargo_lints) using `cargo install --git https://github.com/FlixCoder/cargo-lints`. The lints are defined in `lints.toml` and can be checked by running `cargo lints clippy --all-targets --workspace`.

0 comments on commit 1b9a85e

Please sign in to comment.