mozilla / webrtc-sdp

Rust SDP parser for WebRTC
Mozilla Public License 2.0
155 stars 30 forks source link

Clippy doesn't break the build #22

Closed nils-ohlmeier closed 5 years ago

nils-ohlmeier commented 7 years ago

'cargo clippy' always returns 0 even if it finds problems. But travis continues as long as the return code is zero.

One option might be to use 'tee' to get the clippy output into a file and then grep through that file after the clippy run.

nils-ohlmeier commented 5 years ago

This got fixed via PR #100