File: .vale.ini

package info (click to toggle)
python-ntc-templates 3.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,104 kB
  • sloc: python: 735; makefile: 14; sh: 2
file content (20 lines) | stat: -rw-r--r-- 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
StylesPath = .github/styles
MinAlertLevel = suggestion

[*.md]
BasedOnStyles = Microsoft, write-good, proselint, alex

# Microsoft Style Guide disabled rules
Microsoft.Contractions = No
Microsoft.HeadingPunctuation = No
Microsoft.Headings = No
Microsoft.Foreign = No

# write-good disabled rules
write-good.E-Prime = No

# alex disabled rules
alex.Condescending = No

# proseling disabled rules
proselint.Hyperbole = No