Validate format of Markdown files #23
daniel-zullo-frequenz
started this conversation in
Ideas
Replies: 4 comments
|
markdownlint sounds nice, but it might be preferable to use something python based if we have the option. |
0 replies
|
possibly https://pypi.org/project/pymarkdownlnt/ ? |
0 replies
|
I haven't looked at the links yet, but just to have it in mind, we I think we should prioritize the following:
|
0 replies
|
BTW, comparisons between these 2 tools (and any other relevant alternative), paying particular attention to the list above, are very welcome! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
We could add a linter or static analysis tool to the CI to ensure markdown files are consistent and properly formatted. This might also avoid further discussion within the team about different ways of formatting Markdown files.
This is just a lint tool that I'm personally using with VS code https://github.com/DavidAnson/markdownlint but there might be other ones more suitable to integrate in the CI.
This discussion started in a PR comment frequenz-floss/frequenz-channels-python#87 (comment)
fyi @frequenz-floss/python-sdk-team
All reactions