Skip to content

Commit 107cf2e

Browse files
Merge pull request #2835 from Nordix/tuomo/fix-markdownlint-config
🌱 lint: allow long lines in tables and code fences
2 parents 84748c6 + 4fb5aeb commit 107cf2e

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.markdownlint-cli2.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ config:
44
ul-indent:
55
# Kramdown wanted us to have 3 earlier, tho this CLI recommends 2 or 4
66
indent: 3
7+
line-length:
8+
tables: false
9+
code_blocks: false
710

811
# Don't autofix anything, we're linting here
912
fix: false

CONTRIBUTING.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,11 @@ the ability to backport and release patch versions;
138138
- The EOL date of each API Version is determined from the last release available
139139
once a new API version is published.
140140

141-
<!-- markdownlint-disable MD013 -->
142-
143141
| API Version | Maintained Until |
144142
| ------------ | ------------------------------------------------------------- |
145143
| **v1alpha1** | TBD (current latest) |
146144
| **v1beta1** | Upcoming (Proposal [PR](https://github.com/metal3-io/metal3-docs/pull/332)) |
147145

148-
<!-- markdownlint-enable MD013 -->
149-
150146
- For the current stable API version (v1alpha1) we support the two most recent
151147
minor releases; older minor releases are immediately unsupported when a new
152148
major/minor release is available.

0 commit comments

Comments
 (0)