Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update linter install link and fix
declare_bevy_lint!
visibility (#220
) Now when you run `bevy lint` (from the CLI) and the linter is _not_ installed, it will recommend installing it from [the website](https://thebevyflock.github.io/bevy_cli/bevy_lint/), not Github. Additionally, it looks like I accidentally commented out `#[doc(hidden)]` on `declare_bevy_lint!` in #216, so this fixes that too. --------- Co-authored-by: TimJentzsch <commits@timjen.net>
- Loading branch information