mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 19:10:34 +00:00
- 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>
20 lines
489 B
YAML
20 lines
489 B
YAML
---
|
|
# 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
|
|
|
|
# Allow HTML span elements to set font sizes
|
|
no-inline-html:
|
|
allowed_elements:
|
|
- span
|
|
|
|
# Temporary while helm-docs has a bug where maintainer URLs are used raw in MD
|
|
# Waiting on: https://github.com/norwoodj/helm-docs/pull/102
|
|
no-bare-urls: false
|