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:
Predrag Gruevski 2024-04-18 06:36:04 -04:00 committed by GitHub
parent 746f767a7b
commit 2334f858a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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."
}]
},
{