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

Shell command short parameters typo false positive #643

Closed
pdostal opened this issue Dec 28, 2022 · 2 comments
Closed

Shell command short parameters typo false positive #643

pdostal opened this issue Dec 28, 2022 · 2 comments
Labels
enhancement Improve the expected

Comments

@pdostal
Copy link

pdostal commented Dec 28, 2022

In bash scripts, typos sometimes tries to do the following:

- 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?

@epage epage added the enhancement Improve the expected label Dec 29, 2022
@epage
Copy link
Collaborator

epage commented Dec 29, 2022

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.

@epage
Copy link
Collaborator

epage commented Mar 22, 2023

FYI #695 provides a new workaround for false positives

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

No branches or pull requests

2 participants