-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Document ruff_dev and format_dev #5648
Conversation
crates/ruff_dev/src/generate_all.rs
Outdated
@@ -21,7 +21,7 @@ pub(crate) enum Mode { | |||
/// Don't write to the file, check if the file is up-to-date and error if not. | |||
Check, | |||
|
|||
/// Write the generated help to stdout (rather than to `docs/configuration.md`). | |||
/// Write the generated help to stdout |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: don't kill me but trailing periods on all user-facing docs please (here and crates/ruff_dev/src/generate_options.rs and crates/ruff_dev/src/generate_rules_table.rs) 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good to know, will do
Nice, thank you for doing this. |
PR Check ResultsEcosystem✅ ecosystem check detected no changes. BenchmarkLinux
Windows
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much!
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
## Summary Document all `ruff_dev` subcommands and document the `format_dev` flags in the formatter readme. CC @zanieb please flag everything that isn't clear or missing ## Test Plan n/a
Summary
Document all
ruff_dev
subcommands and document theformat_dev
flags in the formatter readme.CC @zanieb please flag everything that isn't clear or missing
Test Plan
n/a