docker-attest-build-provenance/.github/linters/.markdown-lint.yml
Giorgi Meskhidze c64e6a734e Show
Update `.github/linters/.markdown-lint.yml` to configure markdown linting rules.

* **Ordered list item prefix**
  - Set style to 'one' for MD029

* **Line length**
  - Set line length to 80 for MD013
  - Disable line length check for code blocks, tables, headings, headings with children, and code lines

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/GIgako19929/attest-build-provenance?shareId=XXXX-XXXX-XXXX-XXXX).
2025-02-03 11:46:17 -05:00

17 lines
239 B
YAML

# Unordered list style
MD004:
style: dash
# Ordered list item prefix
MD029:
style: one
# Line length
MD013:
line_length: 80
code_blocks: false
tables: false
headings: false
headings_with_children: false
code_lines: false