With the latest master checkout I'm getting:
cargo dev update_lints --check
Finished dev [unoptimized + debuginfo] target(s) in 0.06s
Running `clippy_dev/target/debug/clippy_dev update_lints --check`
error: regex `\[There are over \d+ lints included in this crate!\]\(https://rust-lang.github.io/rust-clippy/master/index.html\)` not found. You may have to update it.
But the exit code is 0 where it should be 1.