mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Add clippy to tooling section
This commit is contained in:
parent
bf7ab35422
commit
870e69142a
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,14 @@
|
|||
"description": "Developer tools for working with Rust projects.",
|
||||
"subgroups": [],
|
||||
"purposes": [
|
||||
{
|
||||
"name": "Linting",
|
||||
"recommendations": [{
|
||||
"name": "clippy",
|
||||
"link": "https://github.com/rust-lang/rust-clippy#usage",
|
||||
"notes": "The official Rust linter."
|
||||
}]
|
||||
},
|
||||
{
|
||||
"name": "Managing Dependencies",
|
||||
"recommendations": [{
|
||||
|
|
Loading…
Reference in a new issue