mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 22:40:34 +00:00
Add linting for Markdown files, following norms from other repos. Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
13 lines
258 B
YAML
13 lines
258 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
|