Replies: 1 comment
-
Problems like this almost always come down to part-of-speech tagging issues. You can explore this with the (undocumented) $ vale tag test.md en '' I'd like to use a more robust library (#356), but I've yet to think of/implement a good solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
tr;dr: How do I match "current" as an adjective, but not as a noun? Could it be that my rule only applies to the first word of a sentence?
Example:
OK: The controller requires a current of 2 A max.
Error: The device’s current support for bluetooth is being deprecated.
What I tried so far:
This rule does not work, both sentences are marked as error.
However, after playing around with this, the rule seems to work correctly for the first word of the sentence. I am at a loss...
Thanks for vale & thanks for helping!
Beta Was this translation helpful? Give feedback.
All reactions