Skip to content

Commit

Permalink
Add cargo-semver-checks to linting category (#105)
Browse files Browse the repository at this point in the history
`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!
  • Loading branch information
obi1kenobi authored Apr 18, 2024
1 parent 746f767 commit 2334f85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}]
},
{
Expand Down

0 comments on commit 2334f85

Please sign in to comment.