From 467c6f5e381598bca81430076de42d32f73980a8 Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Mon, 16 Mar 2026 12:40:31 -0400 Subject: [PATCH] Fix MD060 table-column-style errors for markdownlint 0.48.0 - Add consistent spacing to table separator row in submariner-operator/README.md - Disable MD060 rule in .markdownlint.yml as tables use padded style with empty cells that the rule incorrectly flags Signed-off-by: Tom Pantelis --- .markdownlint.yml | 3 +++ submariner-operator/README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.markdownlint.yml b/.markdownlint.yml index 6543e3a..f7db99b 100644 --- a/.markdownlint.yml +++ b/.markdownlint.yml @@ -2,6 +2,9 @@ # Breaks reusing MD snippets extracted to files first-line-heading: false +# Accept any consistent table column style +table-column-style: false + # Set maximum line Length to 140c to match Go linting line-length: line_length: 140 diff --git a/submariner-operator/README.md b/submariner-operator/README.md index 7b17633..d87b39e 100644 --- a/submariner-operator/README.md +++ b/submariner-operator/README.md @@ -17,7 +17,7 @@ Submariner enables direct networking between Pods and Services in different Kube ## Values | Key | Type | Default | Description | - |-----|------|---------|-------------| + | ----- | ------ | --------- | ------------- | | broker.ca | string | `""` | | | broker.globalnet | bool | `false` | | | broker.insecure | bool | `false` | |