Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRun tidy on code snippets in documentation #13259
Open
Labels
Comments
|
I can handle this one as well. |
|
You seem to have plenty of issues assigned to you already, do you mind finishing them off first before attempting this one? |
|
@KiChjang - sure thing. I do have an open PR waiting on @aneeshusa which is one of the two issues assigned to me right now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example, #13225 adds new shell code in a
shcode fence markdown block. The review comment I made would have been caught by tidy in a regular shell file.Note that there will probably need to be slight differences in tidy behavior, for example license headers are not required for snippets, shell snippets need not start with
set -euo pipefailoptions, etc.