Skip to content

Commit 3c27c41

Browse files
Fix generated documentation lint configuration
Nest the Markdown line-length setting under MD013 so Super-Linter applies the repository limit to generated help files. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 258aaef commit 3c27c41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/linters/.markdown-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MD004: false # Unordered list style
1212
MD007:
1313
indent: 2 # Unordered list indentation
1414
MD013:
15-
line_length: 3000 # Line length
15+
line_length: 3000 # Line length
1616
MD025: false # Allow front-matter title + visible H1 on docs pages
1717
MD026:
1818
punctuation: '.,;:!。,;:' # List of not allowed

0 commit comments

Comments
 (0)