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

Parse output messages using custom format #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ROpdebee
Copy link

Allows for more control and fixes issues with outputs not recognized by the regex. Previously this linter plugin's status would be displayed as erred all the time because of unrecognized messages, even when no actual errors/warnings were produced, because of logging output to stderr and summary statistics printed after checking the file. Using this custom format the summary output can be prevented, and it simplifies the regex too.

Note: Will require Bandit >=1.5.0 but it's been released for over half a year so it should be fine.

Allows for more control and fixes issues with outputs not recognized by the regex
@ROpdebee ROpdebee force-pushed the ROpdebee-change_output_format branch from 9ce83c2 to 23a9a30 Compare January 26, 2019 05:48
@ericwb ericwb self-requested a review October 2, 2019 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant