-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add markdown checks (and fix some markdown issues) #6524
Conversation
Is it possible to auto-fix or auto format those files after an edit? (especially when using github for editing) |
Should we really automatically add a new commit to PRs? -- Fixing some linting issues is possible. Fixing broken links not. I would not do that, because it's uncommon (isn't it?). Similar discussion for checkstyle versus Refaster |
Removed the link check. Will add it in a follow-up PR. Everything else is working now. Had to fix some more linting issues. |
We have Markdown files, where linting issues and wrong links could be contained. This PR adds a check for it. And also fixes issues of it.