-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write README.md
for bevy_lint
#109
Labels
Milestone
Comments
BD103
added
C-Docs
An improvement in documentation
A-Cross-Cutting
Affects multiple areas of the repository
labels
Sep 25, 2024
#117 will need to be implemented before this, since we want to document the |
3 tasks
The
|
BD103
added a commit
that referenced
this issue
Nov 6, 2024
Closes #158, extracted from #152, will be used in #109. This adds pretty alerts in `rustdoc` for `bevy_lint` that will be used in #109 when writing `bevy_lint`'s user documentation. <img width="908" alt="alerts in light mode" src="https://github.com/user-attachments/assets/4ee666f2-bb85-40de-b0f6-19b7a19a45e9"> <img width="908" alt="alerts in dark mode" src="https://github.com/user-attachments/assets/67ce7308-175c-4673-9c1e-7f89c59c4c73"> <img width="908" alt="alerts in dark mode, with the ayu theme" src="https://github.com/user-attachments/assets/e2de4717-bc63-4d1d-bb88-83714b3cf530">
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
We need installation instructions for both the CI itself and the linter. For now we should just target compiling from the Git repository, since we don't have any releases yet.
On the linter side it will need to cover:
#![register_tool(bevy)]
and configure lints to be behind acfg
variableI started this in #152, feel free to build off of that!
The text was updated successfully, but these errors were encountered: