From 59f44eb17a1896518c171db34d9b7f1254b4ee24 Mon Sep 17 00:00:00 2001 From: Camille TJHOA Date: Mon, 7 Mar 2016 00:12:06 +0100 Subject: [PATCH 1/2] add clippy service badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff875085da2..a61c9882c1b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ #rust-clippy [![Build Status](https://travis-ci.org/Manishearth/rust-clippy.svg?branch=master)](https://travis-ci.org/Manishearth/rust-clippy) +[![Clippy Linting Result](http://clippy.bashy.io/github/Manishearth/rust-clippy/master/badge.svg)](http://clippy.bashy.io/github/Manishearth/rust-clippy/master/log) [![Current Version](http://meritbadge.herokuapp.com/clippy)](https://crates.io/crates/clippy) [![License: MPL-2.0](https://img.shields.io/crates/l/clippy.svg)](#License) From e67e21ca5d9fc1ab85b20cb37b277a46781c4c9c Mon Sep 17 00:00:00 2001 From: Camille TJHOA Date: Thu, 10 Mar 2016 21:42:24 +0100 Subject: [PATCH 2/2] Add link with clippy service --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a61c9882c1b..d2dbb7940fc 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ A collection of lints to catch common mistakes and improve your Rust code. [Jump to usage instructions](#usage) +[Jump to link with clippy-service](#link-with-clippy-service) + ##Lints There are 130 lints included in this crate: @@ -224,5 +226,12 @@ And, in your `main.rs` or `lib.rs`: #![cfg_attr(feature="clippy", plugin(clippy))] ``` +##Link with clippy service +`clippy-service` is a rust web initiative providing `rust-clippy` as a web service. + +Both projects are independent and maintained by different people (even if some `clippy-service`'s contributions are authored by some `rust-clippy` members). + +You can check it out this great service at [clippy.bashy.io](https://clippy.bashy.io/) + ##License Licensed under [MPL](https://www.mozilla.org/MPL/2.0/). If you're having issues with the license, let me know and I'll try to change it to something more permissive.