1 2 3 4 5 6 7 8 9 10 11 12 13
# markdownlint-cli2 configuration # Ignores override the globs passed by CI action ignores: - "node_modules/**" - ".venv/**" - "vendor/**" - "target/**" - "dist/**" - "build/**" - "CHANGELOG.md" - "**/CHANGELOG.md" - "ai/**" - "ci/**"