You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requirement: Identify "command line" when used as a modifier and suggest "command-line".
Current style appears to work correctly except when applied to lists.
extends: sequence
message: "Use 'command-line %[3]s', because 'command-line' is an adjective."
level: error
ignorecase: true
tokens:
- tag: NN
pattern: command
- tag: NN
pattern: line
- tag: NN
Use a command-line tool. (no match. Correct.)
Use a command line tool. (Match. Correct.)
Command line options are not variables. (no match. Incorrect.)
I don't know why the list entry does not match. I would very much like to make this work. Appreciate any help.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Requirement: Identify "command line" when used as a modifier and suggest "command-line".
Current style appears to work correctly except when applied to lists.
Use a command-line tool. (no match. Correct.)
Use a command line tool. (Match. Correct.)
I don't know why the list entry does not match. I would very much like to make this work. Appreciate any help.
Thanks a lot.
David
Beta Was this translation helpful? Give feedback.
All reactions