Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use .fromlineno, not .linenoastng2 | sylvain thenault | 2009-03-19 | 1 | -3/+1 |
| | |||||
* | fix output status computing | Sylvain | 2009-03-17 | 1 | -1/+1 |
| | |||||
* | remove zero-status-cat option, use message filtering + different status ↵ | sylvain thenault | 2009-01-28 | 1 | -3/+10 |
| | | | | code instead | ||||
* | enhance m.kiilerich patch so exit status code may be somewhat controlled (eg ↵ | sylvain thenault | 2009-01-28 | 1 | -4/+4 |
| | | | | which message categories will trigger non zero status code) | ||||
* | change [en|dis]able-msg-cat options: only accept message categories | sylvain thenault | 2009-01-28 | 1 | -16/+23 |
| | | | | | identified by their first letter (eg IRCWEF) without the need for comma as separator | ||||
* | Let pylint exit code indicate result of checks | Mads Kiilerich | 2009-01-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | If _any_ messages are shown the exitcode will be set to 2. (Exitcode 1 already indicates that no files were specified.) This implements what is requested on https://www.logilab.net/elo/ticket/4691 . The approach taken in this patch is however that any message is an error. If a message shouldn't count as an error it should be disabled. There is a risk that some tool tools which call pylint could interprete the exit code as if _pylint_ failed, and not that pylint completed its job and concluded that the checked _files_ failed. Some smoketests fails with this change - how do I change them to accept exitcode 2? | ||||
* | cleanup / lint fixes | Sylvain Thenault | 2008-12-03 | 1 | -3/+3 |
| | |||||
* | factorize import utils | Emile Anclin | 2008-09-22 | 1 | -1/+47 |
| | |||||
* | cleanup | Emile Anclin | 2008-09-10 | 1 | -3/+2 |
| | |||||
* | little simplifying | Emile Anclin | 2008-09-09 | 1 | -7/+4 |
| | |||||
* | cleanup | Sylvain | 2008-03-27 | 1 | -2/+2 |
| | |||||
* | pylint pylint | Sylvain | 2007-07-14 | 1 | -2/+2 |
| | |||||
* | #3259 | Sylvain | 2007-02-19 | 1 | -37/+40 |
| | |||||
* | rpython tests ok | Sylvain | 2007-02-15 | 1 | -2/+2 |
| | |||||
* | fix some format checker false positives | Sylvain | 2006-10-03 | 1 | -1/+1 |
| | |||||
* | fixed python \>= 2.4 format false positive with multiple lines statement | Sylvain | 2006-09-25 | 1 | -1/+1 |
| | |||||
* | remove buggy cut and paste, remove some __revision__ | Sylvain | 2006-09-20 | 1 | -2/+0 |
| | |||||
* | module_msgs_state needs to be initialized as an empty dict (not None) | Adrien Di Mascio | 2006-08-10 | 1 | -2/+2 |
| | |||||
* | check ChangeLog | syt | 2006-05-09 | 1 | -28/+62 |
| | |||||
* | * new W0212 message for access to protected member from client code | syt | 2006-05-05 | 1 | -4/+3 |
| | | | | | | * new W0212 message for access to protected member from client code * new W0105 message extracted from W0104 (statement seems to have no effect) with string | ||||
* | forget the past. | root | 2006-04-26 | 1 | -0/+353 |
forget the past. |