docs(dod): enforce markdownlint rule for markdown files
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user