aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/docs/.yfmlint
blob: 0c54658d91b81e6288bcd60a1dc83e9fe476fca6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
log-levels:
  YFM001: 'error' # Inline code length
  MD009:  'error' # Trailing spaces
  MD023:  'error' # Headings must start at the beginning of the line
  MD024:  'error' # Multiple headings with the same content
  MD026:  'error' # Trailing punctuation in heading

# Inline code length
YFM001:
  maximum: 140