bandit
bandit copied to clipboard
* bandit/cli/main.py: Set log level to ERROR if -q option is passed.
Fixes #907
I think the conversation on that issue is misinterpreting the documentation. I thought -q was repeatable. If it's repeated a second time, I would expect us to up the logging level to error (e.g., -qq) but I'm not sure I agree with this change as it stands. Especially with the log message that you seem to be taking issue with
You're right. I think this is a better solution.
I think
-dconflicts with-qbecause line 313 saysparserinstead ofgroup.
No, -q and -v are in a group of mutually exclusive options. It's fine as it is.
How can I progress with getting this merged, please?