ci: disable overly-sensitive vale rule

This commit is contained in:
Kyle Robbertze 2024-02-19 08:21:38 +00:00 committed by Kyle Robbertze
parent 4584b52121
commit bace9ed917
1 changed files with 3 additions and 0 deletions

View File

@ -15,3 +15,6 @@ BlockIgnores = (:[a-z-_]+:)
Microsoft.GeneralURL = False
Microsoft.RangeFormat = False
Vale.Spelling = False
# Disabled due to https://github.com/errata-ai/Microsoft/issues/58
Microsoft.Negative = False