Open
Description
I am using mispell v1.8.0, and the linter complains about the following:
fiber
should befibre
Color
should beColour
Sanitize
should beSanitise
Unfortunately, I don't control these. The first one is from the official fiber repository. The Quickstart there shows an example.
The second one is from the slack repository.
The last one is from the the pgx repository.
The linter complains about these - or would even rename them, causing the code to no longer compile.