Open
Description
Is it possible to flag words based whole word search?
flag words is checking sub word instead of the whole word. For example, in our use case distributionRoute
is the correct business word; if developers use route
we want to raise spelling error. When I use below setting, it matches for words that have route
in it. So even if I use distributionRoute
, the tool is showing it as spelling error. Please advise.
flagWords:
- ‘route: distributionRoute’