mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 22:40:34 +00:00
The maintainers table generated by helm-docs includes a raw URL in Markdown, which fails markdownlint. I sent a PR upstream to fix the root of the issue, but for now we have to disable this linter rule. Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
17 lines
419 B
YAML
17 lines
419 B
YAML
---
|
|
# Breaks reusing MD snippets extracted to files
|
|
first-line-heading: 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
|