File: .vale.ini

package info (click to toggle)
ruby-view-component 4.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,832 kB
  • sloc: ruby: 8,385; sh: 166; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
MinAlertLevel = suggestion
StylesPath = .github/styles

[*.md]
BasedOnStyles = proselint, inclusive-language, Microsoft

# Initially, we only want to run a few rules, so we'll specify them individually
Microsoft.Accessibility = NO
Microsoft.Acronyms = NO
Microsoft.ComplexWords = NO
Microsoft.FirstPerson = NO
Microsoft.GeneralURL = NO # intentionally disabled
Microsoft.HeadingAcronyms = NO
Microsoft.HeadingPunctuation = NO # intentionally disabled
Microsoft.Headings = NO
Microsoft.Passive = NO
Microsoft.SentenceLength = NO
Microsoft.Vocab = NO
Microsoft.We = NO