objectionary / sodg

Rust implementation of Surging Object DiGraph (SODG)
https://crates.io/crates/sodg
MIT License
9 stars 4 forks source link

clippy is not part of the build/test #76

Open yegor256 opened 1 year ago

yegor256 commented 1 year ago

When I run cargo build or cargo test, the clippy is not running. I have to do it with an extra step: cargo clippy. Would be great to make this style checker part of the build.

yegor256 commented 1 year ago

@UARTman please, help

l3r8yJ commented 1 year ago

@yegor256 can i take this one?

yegor256 commented 1 year ago

@l3r8yJ yes, please

l3r8yJ commented 1 year ago

@yegor256 I can make clippy as annoying as possible, do we need it?

l3r8yJ commented 1 year ago

@yegor256 take a look, please

Here's what looks like a master build with the most complicated settings, can you suggest removing some of them?

l3r8yJ commented 1 year ago

also, we can add @0pdd to the project and I will create puzzles for each violation, what do you think?

yegor256 commented 1 year ago

@l3r8yJ yes, of course, let's turn clippy to its maximum power AND make it part of the build in Rultor and in GHA. @0pdd is already in the repo.