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
Hi!
It looks like codespell does not recognize email addresses, so
something like the following:
,--- codespell.txt ---
Thanks to <[email protected]>.
`---
triggers an error, when it should not:
,---
$ codespell codespell.txt
codespell.txt:1: cas ==> case
`---
I just had to disable such false positive in dpkg codespell unit test,
which means I'll be unable to notice such possible problems in the
future. It would be nice if this could be improved. :)
Thnks,
Guillem
@ge-fa you could probably workaround this with a custom regex I think, treating the at or slash as part of a word. Personally I'd be inclined to just ignore the line, as I'd hope generally words in domains/emails are likely to be valid spellings and I'd want it to catch [email protected].
Forwarded: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=910578
The text was updated successfully, but these errors were encountered: