We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Search: Google gets flagged, even if you add Google to accept.txt. Can be fixed by adding the following to Colon.yml
Search: Google
accept.txt
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: + -
The text was updated successfully, but these errors were encountered:
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...
WSL is in an accept.txt vocabulary.
Sorry, something went wrong.
No branches or pull requests
Search: Google
gets flagged, even if you add Google toaccept.txt
. Can be fixed by adding the following toColon.yml
The text was updated successfully, but these errors were encountered: