Configure Checkstyle equivalent for markdown #90
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Task
Summary
To ensure that Markdown files are easy to read and modify, there should be general guidelines, similar to the existing guidelines provided by Checkstyle for Java code.
Context
Gradle task and GitLab CI
Current Progress
build.gradleNotes
None.
Checklist
changed start date to April 06, 2026
assigned to @lars.winzer
changed start date to April 13, 2026
As a linter, multiple (non-Gradle plugins) could be used:
I sympathize with the Python-based variant as it's more lightweight, requiring virtually no installation compared to markdownlint. Nevertheless, both installations could be cached to speed up job time.
As a formatter (VSCode plugin), vscode-remark could be used. It features both linting and formatting capabilities.
Task will be moved to Milestone 6
This issue will be closed, as it would introduce to much overhead to the CI pipeline given its relatively small impact.