mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-20 13:51:02 +00:00
add clippy to Makefile
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
@@ -38,6 +38,8 @@ bench: install-bin
|
|||||||
cargo criterion --all --features bench-evm,bench-pvm --message-format=json \
|
cargo criterion --all --features bench-evm,bench-pvm --message-format=json \
|
||||||
| criterion-table > crates/benchmarks/BENCHMARKS.md
|
| criterion-table > crates/benchmarks/BENCHMARKS.md
|
||||||
|
|
||||||
|
clippy:
|
||||||
|
cargo clippy --all-features --workspace --tests --benches
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
cargo clean ; \
|
cargo clean ; \
|
||||||
|
|||||||
Reference in New Issue
Block a user