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).
This commit is contained in:
Giorgi Meskhidze 2025-02-03 11:46:17 -05:00
parent 284c3fc77e
commit c64e6a734e

View File

@ -5,3 +5,12 @@ MD004:
# 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