Open
Description
Over at Bevy we've been discussing building a linter for Bevy code bases, to catch common errors and style issues.
We'd love to be able to integrate with Clippy in some way, but obviously, almost all of these will be completely useless to Rustaceans who aren't using Bevy. Furthermore, we'd want to maintain our own lints, without bogging down the rust-clippy team directly.
What would be the best way to go about this?