We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CHECK
CHEC
When I create an empty folder and add one file containing:
script will attempt to insert the generated CHECKs to the source file by looking
then typos will return:
typos
error: `CHEC` should be `CHECK` --> ./tmp.txt:1:45 | 1 | script will attempt to insert the generated CHECKs to the source file by looking | ^^^^ |
Is this a false-positive or am I doing something wrong?
The text was updated successfully, but these errors were encountered:
If you run typos --words you'll see that CHECKs is being split into CHEC Ks as Ks is being assumed to be a camel case name.
typos --words
CHECKs
CHEC Ks
Ks
Sorry, something went wrong.
Closing in favor of #745
No branches or pull requests
When I create an empty folder and add one file containing:
then
typos
will return:Is this a false-positive or am I doing something wrong?
The text was updated successfully, but these errors were encountered: