errata-ai / Google

A Vale-compatible implementation of the Google Developer Documentation Style Guide.
MIT License
69 stars 23 forks source link

Google.Colon ignores accept.txt #17

Open Roald87 opened 2 years ago

Roald87 commented 2 years ago

Search: Google gets flagged, even if you add Google to accept.txt. Can be fixed by adding the following to Colon.yml

extends: existence
message: "'%s' should be in lowercase."
link: "https://developers.google.com/style/colons"
nonword: true
level: warning
scope: sentence
tokens:
  - ':\s[A-Z]'
+exceptions:
+  -