I had false positive errors when using the plugin. It was considering the word idea as violating the "Don't use i.e." rule.
I could reproduce the issue with tests, and updated the code to fix it. The implementation is a bit naive, as it only escapes dots, but I didn't see any other custom chars in the dictionary.
I had false positive errors when using the plugin. It was considering the word
idea
as violating the "Don't usei.e.
" rule.I could reproduce the issue with tests, and updated the code to fix it. The implementation is a bit naive, as it only escapes dots, but I didn't see any other custom chars in the dictionary.