-
Notifications
You must be signed in to change notification settings - Fork 173
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
Exit code #50
Comments
Hi @wernight, the exit code change is supported on the development branch and will make it into the next release - see #46 As for plugins, there is a "pylint" output mode for prospector which would hopefully make it useable in place of tools which parse pylint output. See http://prospector.readthedocs.org/en/latest/usage.html#output-format . I have no idea if this works in practise though! |
Pylint output is text as far as I saw. Most parser use pylint XML output. Thanks for the exit code, I'll make sure to track next release. Le mar. 14 oct. 2014 22:57, carlio notifications@github.com a écrit :
|
…the output format is still handled correctly by the Jenkins violations plugin
@wernight I've been testing, and you can use the output of prospector with the Jenkins violations plugin. I'll post some instructions on the landscape blog but it's quite simple:
Then point the It's not perfect - all errors are recognised as 'medium' severity - but it's good enough for now. I'll see if I can dust off my Java skills and add a pull request to the Violations plugin. |
I'll close this issue, as the exit code is now implemented in release 0.7, and the XML output is covered by #32. |
Here is the blog post with information about how to get prospector running in Jenkins: |
Awesome! |
It's hard to make it part of CI because:
I'd suggest first to support exit code.
The text was updated successfully, but these errors were encountered: