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
In bash scripts, typos sometimes tries to do the following:
typos
- wget -r -l1 -np -nd '$base_url' -A $iso + wget -r -l1 -np -and '$base_url' -A $iso
Would that be possible to ignore that?
The text was updated successfully, but these errors were encountered:
atm there isn't much for this.
I can't think of a heuristic for us to help in these cases like in #484.
In #316 we talk of ways of telling typos to not do checks.
Sorry, something went wrong.
FYI #695 provides a new workaround for false positives
No branches or pull requests
In bash scripts,
typos
sometimes tries to do the following:Would that be possible to ignore that?
The text was updated successfully, but these errors were encountered: