-
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
chore: Add test to make sure flags are up to date and sorted #4845
base: main
Are you sure you want to change the base?
chore: Add test to make sure flags are up to date and sorted #4845
Conversation
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.
nice work on the flag and doc tests, this is cool.
@lukemassa, can I get this merged? |
8a72b59
to
2e87ffa
Compare
Hi @lukemassa, the tests and Website Link checks are failing on this PR |
This issue is stale because it has been open for 1 month with no activity. Remove stale label or comment or this will be closed in 1 month. |
what
Add a unit test to make sure that the flags in the server-configuration.md page in the documentation match the configuration options, and are sorted in the file.
Additionally added documentation for two missing flags
--disable-global-apply-lock
and--disable-markdown-folding
, and reordered a few that were out of order.why
Important to make sure all our flags are documented (and the disabled flags are removed). Also might as well keep them sorted.
tests
Just running the unit tests
references
Followup from #4063