In #4633 a codespell report was shared by the fossies.org folks for Boulder.
The quality of the findings were quite high (no false positives, just true typos). I think it would make sense to integrate the codespell tool into our CI pipeline to catch typos before they're merged to master. We can bootstrap our configuration by borrowing the one used by fossies.org for the project.
Alternatively, if we end up using golangci-lint for this repository there is a misspell lint that might be able to catch some of the same typos.
In #4633 a
codespellreport was shared by the fossies.org folks for Boulder.The quality of the findings were quite high (no false positives, just true typos). I think it would make sense to integrate the codespell tool into our CI pipeline to catch typos before they're merged to master. We can bootstrap our configuration by borrowing the one used by fossies.org for the project.
Alternatively, if we end up using
golangci-lintfor this repository there is amisspelllint that might be able to catch some of the same typos.