Skip to content

Add config file for markdownlint#903

Merged
mhucka merged 7 commits intoquantumlib:mainfrom
mhucka:mh-add-markdownlintrc
Apr 28, 2025
Merged

Add config file for markdownlint#903
mhucka merged 7 commits intoquantumlib:mainfrom
mhucka:mh-add-markdownlintrc

Conversation

@mhucka
Copy link
Copy Markdown
Contributor

@mhucka mhucka commented Mar 17, 2025

This adds a configuration file for a Markdown file linter:(https://github.com/igorshubovych/markdownlint-cli). It follows Google Markdown style as closely as possible in a way compatible with GitHub-flavored Markdown, with the exception of the line length, which is set to 120 in order to match the value in .clang-format.

This is useful even in the absence of additional scripts to run the linter on demand or as part of other checks, because some text editors can automatically detect and use the configuration to provide hints to users editing .md files in the project. In addition, users can run markdownlint by hand.

mhucka added 2 commits March 17, 2025 14:21
This adds a configuration file for a Markdown file
linter:(https://github.com/igorshubovych/markdownlint-cli). It follows
Google Markdown style as closely as possible in a way compatible with
GitHub-flavored Markdown, with the exception of the line length, which
is set to 120 in order to match the value in `.clang-format`.
@mhucka mhucka marked this pull request as ready for review March 17, 2025 22:08
@mhucka mhucka requested a review from Strilanc March 17, 2025 22:08
@mhucka mhucka self-assigned this Apr 5, 2025
@mhucka mhucka merged commit 05a41f6 into quantumlib:main Apr 28, 2025
122 of 123 checks passed
@mhucka mhucka deleted the mh-add-markdownlintrc branch April 28, 2025 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants