mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-15 08:01:09 +00:00
deny clippy warnings by default (#73)
This commit is contained in:
@@ -46,7 +46,7 @@ bench: install-bin
|
|||||||
| criterion-table > crates/benchmarks/BENCHMARKS.md
|
| criterion-table > crates/benchmarks/BENCHMARKS.md
|
||||||
|
|
||||||
clippy:
|
clippy:
|
||||||
cargo clippy --all-features --workspace --tests --benches
|
cargo clippy --all-features --workspace --tests --benches -- --deny warnings --allow dead_code
|
||||||
|
|
||||||
docs: docs-build
|
docs: docs-build
|
||||||
mdbook serve --open docs/
|
mdbook serve --open docs/
|
||||||
|
|||||||
Reference in New Issue
Block a user