I've been using codespell on a large software base for a couple of months and I wonder if there is a way to only target comments.
On the long run, it seems that codespell catches mostly false positives in my case, since I often have pieces of texts from elsewhere as tests in my code.
I've been using codespell on a large software base for a couple of months and I wonder if there is a way to only target comments.
On the long run, it seems that codespell catches mostly false positives in my case, since I often have pieces of texts from elsewhere as tests in my code.