rust-lang / rust-clippy

A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
https://rust-lang.github.io/rust-clippy/
Other
11.44k stars 1.54k forks source link

create a linter bot for rustc warnings and errors #2732

Open oli-obk opened 6 years ago

oli-obk commented 6 years ago

https://developer.github.com/v3/checks/ looks really cool.

Maybe we can rig something with Travis and json output to annotate PRs with clippy lints

mati865 commented 6 years ago

Looks like Travis is working on it already: https://blog.travis-ci.com/2018-05-07-announcing-support-for-github-checks-api-on-travis-ci-com