-
Notifications
You must be signed in to change notification settings - Fork 39
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
Support mypy #13
Comments
It should be released in all plugins now. Open issue again if any problems! |
Thanks for super-fast actions again! Will test it tomorrow. Btw. clicking the commit to 31b2ded01433fb8 in https://github.com/tomasbjerre/violations-lib/blob/master/CHANGELOG.md leads to 404. |
I updated the changelog now! |
If you create a new job it will show up right? It should be auto discovered
but perhaps that only works for new jobs. Or if you remove and add the
build step.
Den 7 feb. 2017 09:10 skrev "Tuukka Mustonen" <[email protected]>:
… Just installed the latest 1.43 (and restarted), but I don't see the new
parsers in listing:
[image: image]
<https://cloud.githubusercontent.com/assets/94327/22682796/7e544dd8-ed1d-11e6-96f0-90a7c4a5e54e.png>
Would it be cool if plugins auto-discovered automatic parsers in
violations-lib - so you wouldn't need to update anything in plugin side
(expect lib dependency version)?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAa1E1snwQ67FKFupYycjaU0Kdqjq8Wiks5raCbogaJpZM4L312O>
.
|
True, either removing/re-adding build step or adding to a new job shows the new parsers. |
Updated my job via Job DSL plugin and new parsers appeared correctly. |
https://pypi.python.org/pypi/mypy-lang is static checker for python 3 type annotations. Example output:
I have used
^(.*):(\d+): (.*): (.*)$
regex with warning plugin:The text was updated successfully, but these errors were encountered: