Closed BD103 closed 1 month ago
This passes all arguments from bevy_lint to cargo check, which let's to specify what should be checked and how.
bevy_lint
cargo check
For example, you can now run bevy lint --workspace or bevy lint --example foo.
bevy lint --workspace
bevy lint --example foo
This passes all arguments from
bevy_lint
tocargo check
, which let's to specify what should be checked and how.For example, you can now run
bevy lint --workspace
orbevy lint --example foo
.