-
Notifications
You must be signed in to change notification settings - Fork 244
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
Implement -r recursive option #127
Labels
Comments
Look at the files I linked to see how all this is done. |
Hi @omergunal, I have a hard ticket for you 👍 |
All right, i'm waiting for you |
Yes? |
We can work on this when you finish documentation |
Merged
Yay 🎊 🎉 🎈 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So let us steal, once again (a 3rd, or 4th time), from Bandit.
https://github.com/openstack/bandit/blob/master/bandit/cli/main.py#L157-L160
https://github.com/openstack/bandit/blob/8f09d8b208f037b7d49ed6bc88f2ac200e7cc06c/bandit/core/manager.py#L171-L219
This will enable a user to just give
-r /path/to/files
instead of-f file
one at a time.This is less straightforward, you should also add
too.
This will help us out a great deal, as I'm working on documentation, and then after docs I'll return to the
CFG
work (theexpr_star_handler
stuff). So without you I wouldn't work on this for a while.The text was updated successfully, but these errors were encountered: