Fail with non-zero exit code on clippy warnings

This commit is contained in:
2021-11-29 00:45:41 +01:00
parent df0b5728fc
commit 43c47bdca6

View File

@@ -1,7 +1,7 @@
check: test
cargo check
cargo fmt --check
cargo clippy --no-deps
cargo clippy --no-deps -- -Dwarnings
lint-fix:
cargo clippy --no-deps --fix