mirror of
https://github.com/nginxinc/nginx-prometheus-exporter.git
synced 2025-04-18 12:45:02 +03:00
19 lines
388 B
YAML
19 lines
388 B
YAML
# Rule configuration.
|
|
# For rule descriptions and how to fix: https://github.com/DavidAnson/markdownlint/tree/main#rules--aliases
|
|
config:
|
|
ul-style:
|
|
style: dash
|
|
no-duplicate-heading:
|
|
siblings_only: true
|
|
line-length:
|
|
line_length: 120
|
|
code_blocks: false
|
|
tables: false
|
|
|
|
# Define glob expressions to ignore
|
|
ignores:
|
|
- ".github/"
|
|
|
|
# Fix any fixable errors
|
|
fix: true
|