forked from eiffel-community/eiffel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.markdown-lint.yml
41 lines (34 loc) · 1.13 KB
/
.markdown-lint.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
###########################
###########################
## Markdown Linter rules ##
###########################
###########################
# Linter rules doc:
# - https://github.com/DavidAnson/markdownlint
#
# See https://github.com/github/super-linter/blob/main/TEMPLATES/.markdown-lint.yml for an example
#
# Note:
# To comment out a single error:
# <!-- markdownlint-disable -->
# any violations you want
# <!-- markdownlint-restore -->
#
###############
# Rules by id #
###############
# MD013/line-length - Line length
# MD013:
# # Number of characters
# line_length: 1000
#################
# Rules by tags #
#################
# MD013/line-length - Line length
line-length:
line_length: 900 # Arbitrary length to catch the worst. Setting this to 120 affects 500 lines
# MD022/blanks-around-headings/blanks-around-headers - Headings should be surrounded by blank lines
blanks-around-headings: false # Affects 460 lines
# MD033/no-inline-html - Inline HTML
no-inline-html: false # Used by: usage-examples/build-avoidance.md, eiffel-syntax-and-usage/the-meta-object.md, README.md