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
Currently, our word splitting strictly follows CamelCase and so it splits checkWebUIUPnP as check Web UIU Pn P. You can see this by running typos --words
This is somewhat like #466 where some "identifiers" don't follow standard conventions. So far, we've not come up with a better plan for handling these cases.
These cases can be worked around by
Marking that identifier valid
Marking identifiers with WebUI or UPnP as valid via regex
typos 1.20.9
UIU
ofWebUIUPnp
is being falsely detected asYOU
WebUI
is an abbreviation/acronym for Web User InterfaceUPnP
is an abbreviation/acronym for Universal Plug and PlayThe text was updated successfully, but these errors were encountered: