File tree 2 files changed +1
-11
lines changed
2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ after_success:
46
46
-H "Travis-API-Version: 3" \
47
47
-H "Authorization: token $TRAVIS_TOKEN_CLIPPY_SERVICE" \
48
48
-d "{ \"request\": { \"branch\":\"master\" }}" \
49
- https://api.travis-ci.org/repo/ligthyear %2Fclippy-service/requests
49
+ https://api.travis-ci.org/repo/gnunicorn %2Fclippy-service/requests
50
50
51
51
else
52
52
echo "Ignored"
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ Table of contents:
12
12
* [ Lint list] ( #lints )
13
13
* [ Usage instructions] ( #usage )
14
14
* [ Configuration] ( #configuration )
15
- * [ * clippy-service* ] ( #link-with-clippy-service )
16
15
* [ License] ( #license )
17
16
18
17
## Usage
@@ -171,15 +170,6 @@ transparently:
171
170
#[cfg_attr(feature = " cargo-clippy" , allow(needless_lifetimes))]
172
171
```
173
172
174
- ## Link with clippy service
175
-
176
- ` clippy-service ` is a rust web initiative providing ` rust-clippy ` as a web service.
177
-
178
- Both projects are independent and maintained by different people
179
- (even if some ` clippy-service ` 's contributions are authored by some ` rust-clippy ` members).
180
-
181
- You can check out this great service at [ clippy.bashy.io] ( https://clippy.bashy.io/ ) .
182
-
183
173
## Lints
184
174
185
175
There are 178 lints included in this crate:
You can’t perform that action at this time.
0 commit comments