Merge pull request #1369 from durka/no-service
fix travis config for clippy.bashy.io
This commit is contained in:
commit
f9fe50da1e
@ -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"
|
||||
|
10
README.md
10
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user