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
|