Skip to content
New issue

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

Use a special comment to ignore typos in a specific line #434

Open
MareStare opened this issue Mar 2, 2025 · 0 comments
Open

Use a special comment to ignore typos in a specific line #434

MareStare opened this issue Mar 2, 2025 · 0 comments

Comments

@MareStare
Copy link
Contributor

I've noticed this weird line of code:

const termStem = ['f', 'o'].join('');

and then figured that it was a workaround to prevent typos from flagging that line.

I also found this better solution to the problem that describes a way to add special "ignore typos check" syntax for the line it is applied to. We could use something like that:

crate-ci/typos#316 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant