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 <tompantelis@gmail.com>
This commit is contained in:
Tom Pantelis
2026-03-16 13:11:47 -04:00
committed by Thomas Pantelis
parent 71a7b90b41
commit 467c6f5e38
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -2,6 +2,9 @@
# Breaks reusing MD snippets extracted to files # Breaks reusing MD snippets extracted to files
first-line-heading: false first-line-heading: false
# Accept any consistent table column style
table-column-style: false
# Set maximum line Length to 140c to match Go linting # Set maximum line Length to 140c to match Go linting
line-length: line-length:
line_length: 140 line_length: 140