docs(dod): enforce markdownlint rule for markdown files

This commit is contained in:
2026-03-29 15:14:33 +02:00
parent 6236717fdb
commit d01242ae7c
4 changed files with 33 additions and 9 deletions
+4 -2
View File
@@ -25,6 +25,7 @@ for every completed change in this repository.
- Documentation is written in English.
- Documentation files are placed under `docs/`.
- Exceptions: `README.md` and `AGENTS.md` remain at repository root.
- Markdown files have no `markdownlint` errors or problems.
## Technical Completion Criteria
@@ -36,8 +37,8 @@ for every completed change in this repository.
1. No unresolved critical issues
- No new blocking errors are introduced.
- Known non-blocking warnings are acceptable only if unrelated
to the change or documented.
- Known non-blocking warnings are acceptable
only if unrelated to the change or documented.
1. SonarQube status
@@ -57,5 +58,6 @@ for every completed change in this repository.
- [ ] Functionality is documented.
- [ ] Documentation is in English.
- [ ] Documentation is located under `docs/` (except `README.md` and `AGENTS.md`).
- [ ] Markdown files have no `markdownlint` errors or problems.
- [ ] No SonarQube errors are present.
- [ ] No critical regressions found.