We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently , the blog .md files and authors.md files are not checked. Do we want to extend the check to all .md files ?
The text was updated successfully, but these errors were encountered:
We should definitely do this!
The rule for checking the line length must be ignored:
.markdownlint.json
{ "default": true, "MD013": false }
https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md013.md
Sorry, something went wrong.
@Xerkus any idea why the continuous integration is running linting only on README file ? example this one https://github.com/laminas/getlaminas.org/actions/runs/11499789946/job/32008552667
The CI action has 1 job for the readme and 1 job for anything in /doc or /docs - it'd be better to run the linter in a specific job here using a standalone action such as https://github.com/marketplace/actions/markdownlint-cli2-action
/doc
/docs
froschdesign
No branches or pull requests
Feature Request
Summary
Currently , the blog .md files and authors.md files are not checked.
Do we want to extend the check to all .md files ?
The text was updated successfully, but these errors were encountered: