errata-ai / Google

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

"Use select for check" for an "Please check back later" phrase #33

Closed davidsneighbour closed 2 months ago

davidsneighbour commented 2 months ago

The phrase

"Please check back later."

results in "check" being warned about with

Use 'select' instead of 'check'.ValeGoogle.WordList

Adding "check back" to my accept.txt did not solve the issue. Is there any way to mark this allowed or fix the rule altogether?

pwalleni commented 2 months ago

This rule also triggers incorrectly for us. A solution would be welcome.

jdkato commented 2 months ago

I removed the term from WordList.yml. Cases like this probably need their own (suggestion-level) rule where the message can be more clear/specific.