Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-09 | Add option to show msg id when pylint is used (#2445) | Katsuya Horiuchi | |
* Add python_pylint_use_msg_id to tweak output of pylint * Add test for ale_python_pylint_use_msg_id * Add doc on ale_python_pylint_use_msg_id | |||
2018-04-10 | Fix #1492 - Make pylint error parsing work on Windows | w0rp | |
2017-11-15 | #852 Capture error codes for pylint, throw away the msgid values | w0rp | |
2017-06-25 | Change regex to better handle messages with multiple groups of parentheses. | John Sivak | |
2017-06-25 | Feature/restore display of symbol (#693) | John Sivak | |
* Add display of the pylint symbol name after the message. * Update test to pass. | |||
2017-05-24 | Translate pylint output column to 1-based index | Nozomu Okuda | |
This should fix #575; also added vader tests to ensure that translation is working properly. |