##// END OF EJS Templates
clippy: actually fail if there are any warnings...
Raphaël Gomès -
r50848:3c37cb7b default
parent child Browse files
Show More
@@ -158,7 +158,7 b' rust-tests:'
158
158
159 cargo-clippy:
159 cargo-clippy:
160 cd $(HGROOT)/rust \
160 cd $(HGROOT)/rust \
161 && $(CARGO) clippy --all --features "$(HG_RUST_FEATURES)"
161 && $(CARGO) clippy --all --features "$(HG_RUST_FEATURES)" -- -D warnings
162
162
163 check-code:
163 check-code:
164 hg manifest | xargs python contrib/check-code.py
164 hg manifest | xargs python contrib/check-code.py
General Comments 0
You need to be logged in to leave comments. Login now