-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
lint: consider scope of markdown linting in configlet #562
Comments
Otherwise, the main available Markdown libraries seem to be:
I haven't used either. It is also possible to wrap some other C library. |
That does mean that we would be adding an extra prerequisite, right? Having slept on it a bit, I think having a GitHub action for Markdown linting might be a more sane option. There are several benefits to it:
The downsides are:
A hybrid approach would be to have an API method that |
We might be able to link it statically.
To others: note that the configlet repo has markdownlint in CI: |
Follow-up on some discussions with Erik, starting from implementation options for #328.
I suggested that for a first implementation of markdown linting, we could consider adding
markdownlint
as an org-wide workflow (rather than adding it toconfiglet lint
).The downside: running
configlet lint
locally runs a smaller subset of checks that occur in CI. Butconfiglet lint
is not supposed to be the only CI check for every track, and even forconfiglet lint
JSON checking we might add CI-only checks anyway (e.g. for Exercise-wide checks - see #178).@ee7 wrote:
The text was updated successfully, but these errors were encountered: