File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ publish = false
21
21
[badges ]
22
22
travis-ci = { repository = " rust-lang/rust-clippy" }
23
23
appveyor = { repository = " rust-lang/rust-clippy" }
24
+ # FIXME(flip1995): Add GHA badge once rust-lang/crates.io#1838 is merged
24
25
25
26
[[bin ]]
26
27
name = " cargo-clippy"
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://travis-ci.com/rust-lang/rust-clippy.svg?branch=master )] ( https://travis-ci.com/rust-lang/rust-clippy )
4
4
[ ![ Windows Build status] ( https://ci.appveyor.com/api/projects/status/id677xpw1dguo7iw?svg=true )] ( https://ci.appveyor.com/project/rust-lang-libs/rust-clippy )
5
+ [ ![ Clippy Test] ( https://github.com/rust-lang/rust-clippy/workflows/Clippy%20Test/badge.svg?branch=master&event=push )] ( https://github.com/rust-lang/rust-clippy/actions?query=workflow%3A%22Clippy+Test%22+event%3Apush+branch%3Amaster )
5
6
[ ![ License: MIT OR Apache-2.0] ( https://img.shields.io/crates/l/clippy.svg )] ( #license )
6
7
7
8
A collection of lints to catch common mistakes and improve your [ Rust] ( https://github.com/rust-lang/rust ) code.
You can’t perform that action at this time.
0 commit comments