Replies: 1 comment
-
See #956. |
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
-
Hi,
I have the following syntax to identify exceptions in one of my files that prompts writers to use 'select' instead of 'click'.
extends: substitution
message: Consider using '%s' instead of '%s'.
link: https://learn.microsoft.com/en-us/style-guide/procedures-instructions/describing-interactions-with-ui
ignorecase: true
level: warning
action:
name: replace
swap:
\bclick\b: select
press: select| use
exceptions:
right-click
I run into the following issues:
Any suggestions for how to fix these issues?
I have the same issues with the exceptions for passive voice configuration. I've added terms including deprecated, supported etc., as exceptions, but these continue to be flagged.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions