robotdana / spellr

Spell check your source code
MIT License
34 stars 2 forks source link

Bug: `spellr` does not detect errors when using `.` (current directory) in the path #38

Closed QQism closed 4 years ago

QQism commented 4 years ago

spellr does not detect errors when using . (current directory) in the path

This does not work

$ spellr -i ./myfile

0 files checked
0 errors found

This works

$ spellr -i myfile

Generating wordlist for english
Fetching english wordlist

Preparing english wordlist
cleaning english wordlist

Probably is duplicate #37