Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all package files to a pylint package. | Ionel Cristian Maries | 2015-02-14 | 1 | -125/+0 |
| | |||||
* | Use a DeprecationWarning for ParseableTextReporter. | Claudiu Popa | 2015-01-03 | 1 | -1/+12 |
| | |||||
* | Added test for issue #263 | Calin Don | 2014-11-22 | 1 | -0/+47 |
| | |||||
* | Make most tests run unmodified under Python 3.4. | Torsten Marek | 2014-11-09 | 1 | -3/+3 |
| | |||||
* | Forgot to add an import. | Claudiu Popa | 2014-10-16 | 1 | -1/+1 |
| | |||||
* | Fix a regression, where '{path}' was no longer accepted in '--msg-template'. | Claudiu Popa | 2014-10-16 | 1 | -0/+15 |
| | | | | Patch by LCD47. | ||||
* | Remove dependency on logilab.testlib in the test suite (also removes Python ↵ | Torsten Marek | 2014-07-26 | 1 | -6/+5 |
| | | | | 2.5 compatibility). | ||||
* | [refactor] move handling of file specific state to its own FileState class ↵ | Sylvain Th?nault | 2014-07-24 | 1 | -1/+1 |
| | | | | (mostly message states) | ||||
* | Updated FSF address. | Arun Persaud | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | cleanup unittest_reporting | Sylvain Th?nault | 2013-09-25 | 1 | -21/+8 |
| | |||||
* | Templating mecanism for text reporters. | Anthony Truchet | 2013-07-30 | 1 | -0/+66 |
This changeset introduces a reporters.Message class to represent messages with their attached data. Those messages object can then be formatted accordingto some template. A template can be specified on the command line through the msg-template option. This deprecates parseable and msvc output format, and kill --symbols and --include-ids option. |