| Summary: | syntastic-pylint is broken due to new pylint output | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matt Chan <talcite> |
| Component: | syntastic | Assignee: | MERCIER Jonathan <bioinfornatics> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | bioinfornatics, talcite |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | syntastic-3.3.0-17.20140309gitda6520c.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-03-27 04:48:23 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
syntastic-3.3.0-17.20140309gitda6520c.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/syntastic-3.3.0-17.20140309gitda6520c.fc20 Package syntastic-3.3.0-17.20140309gitda6520c.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing syntastic-3.3.0-17.20140309gitda6520c.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-3781/syntastic-3.3.0-17.20140309gitda6520c.fc20 then log in and leave karma (feedback). syntastic-3.3.0-17.20140309gitda6520c.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Syntastic cannot check pylint style violations because the pylint output format has changed. Version-Release number of selected component (if applicable): 2.3 How reproducible: Always Steps to Reproduce: 1. Open a python file in vim with syntastic-pylint configured. 2. run :SyntasticCheck and :Errors 3. Actual results: Syntastic reports the following as an error: /usr/lib/python2.7/site-packages/pylint/reporters/text.py|79 error| UserWarning: parseable output format is deprecated. This is equivalent to --msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg} Expected results: Should show pylint violations Additional info: Already reported in upstream, patched, and released in 3.2.0. https://github.com/scrooloose/syntastic/issues/774 Fedora package needs to be updated.