Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google.Colon ignores accept.txt #17

Open
Roald87 opened this issue Jun 15, 2022 · 1 comment
Open

Google.Colon ignores accept.txt #17

Roald87 opened this issue Jun 15, 2022 · 1 comment

Comments

@Roald87
Copy link

Roald87 commented Jun 15, 2022

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:
+  -
@davidsneighbour
Copy link

This still happens, for instance, in this paragraph:

Even with WSL, there is an additional restriction: WSL can only mount and access Linux partitions if they are located...

image

WSL is in an accept.txt vocabulary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants