mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
Add link with clippy service
This commit is contained in:
parent
59f44eb17a
commit
e67e21ca5d
1 changed files with 9 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue