Usage
bevy_lint has the same API as the cargo check command:
bevy_lint --help
If you have the prototype Bevy CLI installed, the linter is also available through the lint subcommand:
bevy lint --help
Note
bevy_lintchecks your code with the nightly toolchain it was installed with, meaning you do have access to unstable features when it is called. This is best used when detectingbevy_lint.