Skip to content
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

Extend linting to all .md files ? #222

Open
arhimede opened this issue Oct 25, 2024 · 3 comments
Open

Extend linting to all .md files ? #222

arhimede opened this issue Oct 25, 2024 · 3 comments
Assignees

Comments

@arhimede
Copy link
Member

Feature Request

Q A
New Feature yes

Summary

Currently , the blog .md files and authors.md files are not checked.
Do we want to extend the check to all .md files ?

@froschdesign
Copy link
Member

froschdesign commented Nov 18, 2024

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

@arhimede
Copy link
Member Author

@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

@gsteel
Copy link
Member

gsteel commented Nov 19, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants