From 33ec3bc8cfaf75c79557e1fbaf1d2740a8b9b4b6 Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Mon, 28 Nov 2016 18:59:15 -0500 Subject: [PATCH 1/2] don't advertise clippy.bashy.io --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index db291adefaf..01069fc8b8c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ Table of contents: * [Lint list](#lints) * [Usage instructions](#usage) * [Configuration](#configuration) -* [*clippy-service*](#link-with-clippy-service) * [License](#license) ## Usage @@ -171,15 +170,6 @@ transparently: #[cfg_attr(feature = "cargo-clippy", allow(needless_lifetimes))] ``` -## 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 out this great service at [clippy.bashy.io](https://clippy.bashy.io/). - ## Lints There are 178 lints included in this crate: From c5187ef0d9bea34921084995d4c92fe1055bf59b Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Mon, 28 Nov 2016 18:59:23 -0500 Subject: [PATCH 2/2] travis: ping correct repo for clippy.bash.io --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 35522913a01..ef97bd57e2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ after_success: -H "Travis-API-Version: 3" \ -H "Authorization: token $TRAVIS_TOKEN_CLIPPY_SERVICE" \ -d "{ \"request\": { \"branch\":\"master\" }}" \ - https://api.travis-ci.org/repo/ligthyear%2Fclippy-service/requests + https://api.travis-ci.org/repo/gnunicorn%2Fclippy-service/requests else echo "Ignored"