diff --git a/.vale.ini b/.vale.ini index df95a8a1d..d74b872b5 100644 --- a/.vale.ini +++ b/.vale.ini @@ -2,18 +2,16 @@ StylesPath = .github/vale/styles MinAlertLevel = warning Packages = \ - https://github.com/errata-ai/Google/releases/latest/download/Google.zip, \ https://github.com/errata-ai/Microsoft/releases/latest/download/Microsoft.zip Vocab = Docs [*.md] -BasedOnStyles = Vale, Google, Microsoft, LibreTime +BasedOnStyles = Vale, Microsoft, LibreTime # Exclude emoji shortcodes `:tada:` BlockIgnores = (:[a-z-_]+:) -Google.Units = False Microsoft.GeneralURL = False Microsoft.RangeFormat = False Vale.Spelling = False