aboutsummaryrefslogtreecommitdiff
path: root/.markdownlint.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2025-12-02 10:22:02 +0100
committerGravatar GitHub <noreply@github.com> 2025-12-02 10:22:02 +0100
commitf695471285f30fe5b5e2bbf7bbc1d8ea42860137 (patch)
treef30a826477ae443c7c50c06840adc4d484498bae /.markdownlint.json
parent0f17ef160d3200950b596484d40471257d126d23 (diff)
Bump markdownlint-cli from 0.45.0 to 0.46.0 (#8271)
* Bump markdownlint-cli from 0.45.0 to 0.46.0 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.45.0 to 0.46.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.45.0...v0.46.0) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-version: 0.46.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Disable table-column-style for now https://github.com/DavidAnson/markdownlint/blob/main/doc/md060.md --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to '.markdownlint.json')
-rw-r--r--.markdownlint.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.markdownlint.json b/.markdownlint.json
index c071b6fa2..2831d6e5f 100644
--- a/.markdownlint.json
+++ b/.markdownlint.json
@@ -12,6 +12,7 @@
"maximum": 2
},
"no-trailing-spaces": true,
+ "table-column-style": false,
"ul-indent": false,
"ul-style": {
"style": "consistent"