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
Fuj'ehr, json-clos, add-ons and raim.ist are marked as misspelled by typos which is generally fine, other than add-ons which probably shouldn't be corrected. However the only way to mark them as false positives is to write partial words in the config file like:
[default.extend-words]
ehr = "ehr"
clos = "clos"
ons = "ons"
ist = "ist"
It would be nice to be able to write out the entire word like:
The challenge is deciding what punctuation makes up a word or what doesn't. add-ons could just as well be subtracting one variable from the other. Ideally we'd catch that when the variables are declared and so wouldn't worry about it when just referencing them but it illustrates the idea.
Fuj'ehr
,json-clos
,add-ons
andraim.ist
are marked as misspelled by typos which is generally fine, other thanadd-ons
which probably shouldn't be corrected. However the only way to mark them as false positives is to write partial words in the config file like:It would be nice to be able to write out the entire word like:
This would give more context to what the false positive is and to reduce likelihood of not catching a real misspelling in the future.
Possibly related to #399
The text was updated successfully, but these errors were encountered: