mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Add cargo-semver-checks
to linting category (#105)
`cargo-semver-checks` is used by many large projects in the Rust ecosystem, such as `tokio` and even `cargo` itself. Add it as a recommendation in the linting category. If you feel a different category would be a better fit, I'd be happy to move it there. Thanks for maintaining this list!
This commit is contained in:
parent
746f767a7b
commit
2334f858a3
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
|||
"name": "clippy",
|
||||
"link": "https://github.com/rust-lang/rust-clippy#usage",
|
||||
"notes": "The official Rust linter."
|
||||
}, {
|
||||
"name": "cargo-semver-checks",
|
||||
"link": "https://github.com/obi1kenobi/cargo-semver-checks",
|
||||
"notes": "Lint your crate releases for semantic versioning violations."
|
||||
}]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue