Closed nils-ohlmeier closed 5 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.
This got fixed via PR #100
'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.