| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix import for new astng organisation | Sylvain Thénault | 2009-03-17 | 1 | -4/+3 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | remove a lot of more rpython stuff | Emile Anclin | 2009-03-16 | 1 | -13/+0 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | fix block lines for enabling/disabling messages | Sylvain Thénault | 2009-03-13 | 1 | -3/+24 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | no source_line() / last_source_line() are replaced by fromlineno / tolineno | Emile Anclin | 2009-03-09 | 1 | -2/+2 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | astng2 support | Sylvain Thénault | 2009-03-06 | 1 | -3/+3 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | remove zero-status-cat option, use message filtering + different status ↵ | Sylvain Thénault | 2009-01-28 | 1 | -13/+16 | |
| | | | | | code instead | |||||
| * | #5575 | Sylvain Thénault | 2009-01-28 | 1 | -0/+1 | |
| | | ||||||
| * | enhance m.kiilerich patch so exit status code may be somewhat controlled (eg ↵ | Sylvain Thénault | 2009-01-28 | 1 | -4/+11 | |
| | | | | | which message categories will trigger non zero status code) | |||||
| * | change [en|dis]able-msg-cat options: only accept message categories | Sylvain Thénault | 2009-01-28 | 1 | -8/+7 | |
| | | | | | | 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/+4 | |
| | | | | | | | | | | | | | | | | 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? | |||||
| * | don't crash if unsupported option in found configuration file | Sylvain Thénault | 2009-01-21 | 1 | -2/+5 | |
| | | ||||||
| * | [#4910,#6473] generate-man option has a new key in its dictionnary : 'hide' : | Fabrice Douchant | 2008-10-30 | 1 | -1/+1 | |
| | | | | | True and will not be print in man or --help | |||||
| * | small corrections | Emile Anclin | 2008-09-23 | 1 | -1/+1 | |
| | | ||||||
| * | factorize import utils | Emile Anclin | 2008-09-22 | 1 | -50/+14 | |
| | | ||||||
| * | fix #5634: pylint crashes if a wrong filename is given on the command line | Emile Anclin | 2008-09-16 | 1 | -4/+1 | |
| | | | | | we need to open checkers *before* calling set_current_module in expand_files | |||||
| * | little simplifying | Emile Anclin | 2008-09-10 | 1 | -13/+4 | |
| | | ||||||
| * | little simplifying | Emile Anclin | 2008-09-09 | 1 | -3/+2 | |
| | | ||||||
| * | remove deprecated quiet argument to Run() | Sylvain Thénault | 2008-08-20 | 1 | -2/+1 | |
| | | ||||||
| * | fix #2473: invoking pylint on __init__.py (hopefuly) | Sylvain Thénault | 2008-05-13 | 1 | -1/+2 | |
| | | ||||||
| * | fix bug in reenabling message | Sylvain Thénault | 2008-02-07 | 1 | -9/+8 | |
| | | ||||||
| * | included Robert Kirkpatrick's tutorial and typos fixes | Sylvain Thénault | 2008-02-07 | 1 | -9/+9 | |
| | | ||||||
| * | avoid crash when linting a directory that is not a package | Adrien Di Mascio | 2007-11-19 | 1 | -7/+8 | |
| | | ||||||
| * | fix #3733: Messages (dis)appear depending on order of file names | Sylvain Thénault | 2007-07-14 | 1 | -57/+60 | |
| | | ||||||
| * | include Dave Borowitz <dborowitz@google.com>'s patch | Alexandre Fayolle | 2007-07-09 | 1 | -2/+2 | |
| | | ||||||
| * | * fix disable-checker option so that it won't accidentally enable the | Sylvain Thénault | 2007-03-07 | 1 | -6/+7 | |
| | | | | | rpython checker which is disabled by default | |||||
| * | fix pb reported by Marien on python-projects | Sylvain Thénault | 2007-03-05 | 1 | -19/+25 | |
| | | ||||||
| * | grrr | Sylvain Thénault | 2007-02-28 | 1 | -1/+1 | |
| | | ||||||
| * | fix --rpython-mode option to only enable the python checker | Sylvain Thénault | 2007-02-25 | 1 | -3/+6 | |
| | | ||||||
| * | new generic F0004 message for unexpected inference | Sylvain Thénault | 2007-02-22 | 1 | -0/+3 | |
| | | ||||||
| * | test fix, fix vs reporter name | Sylvain Thénault | 2007-02-19 | 1 | -2/+2 | |
| | | ||||||
| * | #3156 | Sylvain Thénault | 2007-02-19 | 1 | -0/+10 | |
| | | ||||||
| * | implement #3285: reported for Visual Studio line number reporting (msvs) | Sylvain Thénault | 2007-02-17 | 1 | -5/+6 | |
| | | ||||||
| * | rpython tests ok | Sylvain Thénault | 2007-02-15 | 1 | -6/+8 | |
| | | ||||||
| * | cleanup, change checker enabling impl | Sylvain Thénault | 2007-02-13 | 1 | -12/+22 | |
| | | ||||||
| * | apply ddrake patch | Sylvain Thénault | 2007-02-09 | 1 | -2/+10 | |
| | | ||||||
| * | see changelog | Sylvain Thénault | 2006-12-05 | 1 | -1/+14 | |
| | | ||||||
| * | - detect return statements outside functions | Adrien Di Mascio | 2006-11-24 | 1 | -1/+4 | |
| | | | | | - catch SyntaxError at visit time also (not only parse time) | |||||
| * | use common 0.19.3 generate_config api | Sylvain Thénault | 2006-10-03 | 1 | -1/+1 | |
| | | ||||||
| * | fix custom reporter pb | Sylvain Thénault | 2006-09-25 | 1 | -1/+6 | |
| | | ||||||
| * | remove buggy cut and paste, remove some __revision__ | Sylvain Thénault | 2006-09-20 | 1 | -4/+0 | |
| | | ||||||
| * | fix commited merge :( | Sylvain Thénault | 2006-09-19 | 1 | -10/+0 | |
| | | ||||||
| * | removed strange merge residue | Alexandre Fayolle | 2006-09-07 | 1 | -6/+0 | |
| | | ||||||
| * | merge | Sylvain Thénault | 2006-08-25 | 1 | -2/+18 | |
| |\ | ||||||
| | * | set reporter after loading default values | Adrien Di Mascio | 2006-08-11 | 1 | -1/+1 | |
| | | | ||||||
| | * | load defaults options at registration time | Adrien Di Mascio | 2006-08-10 | 1 | -1/+5 | |
| | | | ||||||
| | * | load default values | Adrien Di Mascio | 2006-08-09 | 1 | -3/+4 | |
| | | | ||||||
| * | | zarb manual merge, gargl | Sylvain Thénault | 2006-08-25 | 1 | -2/+8 | |
| |/ | ||||||
| * | fix spelling mistake pointed out by skip@pobox.com | Alexandre Fayolle | 2006-05-27 | 1 | -1/+1 | |
| | | ||||||
| * | check ChangeLog | Sylvain Thénault | 2006-05-09 | 1 | -94/+102 | |
| | | ||||||
| * | forget the past. | root | 2006-04-26 | 1 | -0/+879 | |
| forget the past. | ||||||
