summaryrefslogtreecommitdiff
path: root/lint.py
Commit message (Collapse)AuthorAgeFilesLines
...
* fix import for new astng organisationSylvain Thénault2009-03-171-4/+3
| | | | | --HG-- branch : astng2
* remove a lot of more rpython stuffEmile Anclin2009-03-161-13/+0
| | | | | --HG-- branch : astng2
* fix block lines for enabling/disabling messagesSylvain Thénault2009-03-131-3/+24
| | | | | --HG-- branch : astng2
* no source_line() / last_source_line() are replaced by fromlineno / tolinenoEmile Anclin2009-03-091-2/+2
| | | | | --HG-- branch : astng2
* astng2 supportSylvain Thénault2009-03-061-3/+3
| | | | | --HG-- branch : astng2
* remove zero-status-cat option, use message filtering + different status ↵Sylvain Thénault2009-01-281-13/+16
| | | | code instead
* #5575Sylvain Thénault2009-01-281-0/+1
|
* enhance m.kiilerich patch so exit status code may be somewhat controlled (eg ↵Sylvain Thénault2009-01-281-4/+11
| | | | which message categories will trigger non zero status code)
* change [en|dis]able-msg-cat options: only accept message categoriesSylvain Thénault2009-01-281-8/+7
| | | | | identified by their first letter (eg IRCWEF) without the need for comma as separator
* Let pylint exit code indicate result of checksMads Kiilerich2009-01-281-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 fileSylvain Thénault2009-01-211-2/+5
|
* [#4910,#6473] generate-man option has a new key in its dictionnary : 'hide' :Fabrice Douchant2008-10-301-1/+1
| | | | True and will not be print in man or --help
* small correctionsEmile Anclin2008-09-231-1/+1
|
* factorize import utilsEmile Anclin2008-09-221-50/+14
|
* fix #5634: pylint crashes if a wrong filename is given on the command lineEmile Anclin2008-09-161-4/+1
| | | | we need to open checkers *before* calling set_current_module in expand_files
* little simplifyingEmile Anclin2008-09-101-13/+4
|
* little simplifyingEmile Anclin2008-09-091-3/+2
|
* remove deprecated quiet argument to Run()Sylvain Thénault2008-08-201-2/+1
|
* fix #2473: invoking pylint on __init__.py (hopefuly)Sylvain Thénault2008-05-131-1/+2
|
* fix bug in reenabling messageSylvain Thénault2008-02-071-9/+8
|
* included Robert Kirkpatrick's tutorial and typos fixesSylvain Thénault2008-02-071-9/+9
|
* avoid crash when linting a directory that is not a packageAdrien Di Mascio2007-11-191-7/+8
|
* fix #3733: Messages (dis)appear depending on order of file namesSylvain Thénault2007-07-141-57/+60
|
* include Dave Borowitz <dborowitz@google.com>'s patchAlexandre Fayolle2007-07-091-2/+2
|
* * fix disable-checker option so that it won't accidentally enable theSylvain Thénault2007-03-071-6/+7
| | | | rpython checker which is disabled by default
* fix pb reported by Marien on python-projectsSylvain Thénault2007-03-051-19/+25
|
* grrrSylvain Thénault2007-02-281-1/+1
|
* fix --rpython-mode option to only enable the python checkerSylvain Thénault2007-02-251-3/+6
|
* new generic F0004 message for unexpected inferenceSylvain Thénault2007-02-221-0/+3
|
* test fix, fix vs reporter nameSylvain Thénault2007-02-191-2/+2
|
* #3156Sylvain Thénault2007-02-191-0/+10
|
* implement #3285: reported for Visual Studio line number reporting (msvs)Sylvain Thénault2007-02-171-5/+6
|
* rpython tests okSylvain Thénault2007-02-151-6/+8
|
* cleanup, change checker enabling implSylvain Thénault2007-02-131-12/+22
|
* apply ddrake patchSylvain Thénault2007-02-091-2/+10
|
* see changelogSylvain Thénault2006-12-051-1/+14
|
* - detect return statements outside functionsAdrien Di Mascio2006-11-241-1/+4
| | | | - catch SyntaxError at visit time also (not only parse time)
* use common 0.19.3 generate_config apiSylvain Thénault2006-10-031-1/+1
|
* fix custom reporter pbSylvain Thénault2006-09-251-1/+6
|
* remove buggy cut and paste, remove some __revision__Sylvain Thénault2006-09-201-4/+0
|
* fix commited merge :(Sylvain Thénault2006-09-191-10/+0
|
* removed strange merge residueAlexandre Fayolle2006-09-071-6/+0
|
* mergeSylvain Thénault2006-08-251-2/+18
|\
| * set reporter after loading default valuesAdrien Di Mascio2006-08-111-1/+1
| |
| * load defaults options at registration timeAdrien Di Mascio2006-08-101-1/+5
| |
| * load default valuesAdrien Di Mascio2006-08-091-3/+4
| |
* | zarb manual merge, garglSylvain Thénault2006-08-251-2/+8
|/
* fix spelling mistake pointed out by skip@pobox.comAlexandre Fayolle2006-05-271-1/+1
|
* check ChangeLogSylvain Thénault2006-05-091-94/+102
|
* forget the past.root2006-04-261-0/+879
forget the past.