summaryrefslogtreecommitdiff
path: root/lint.py
Commit message (Expand)AuthorAgeFilesLines
* don't show information messages by defaultsylvain thenault2009-03-241-1/+1
* argh, was actuallly necessarysylvain thenault2009-03-181-0/+3
* no more necesarysylvain thenault2009-03-181-3/+0
* fix import for new astng organisationSylvain2009-03-171-4/+3
* remove a lot of more rpython stuffEmile Anclin2009-03-161-13/+0
* fix block lines for enabling/disabling messagessylvain thenault2009-03-131-3/+24
* no source_line() / last_source_line() are replaced by fromlineno / tolinenoEmile Anclin2009-03-091-2/+2
* astng2 supportsylvain thenault2009-03-061-3/+3
* remove zero-status-cat option, use message filtering + different status code...sylvain thenault2009-01-281-13/+16
* #5575sylvain thenault2009-01-281-0/+1
* enhance m.kiilerich patch so exit status code may be somewhat controlled (eg ...sylvain thenault2009-01-281-4/+11
* change [en|dis]able-msg-cat options: only accept message categoriessylvain thenault2009-01-281-8/+7
* Let pylint exit code indicate result of checksMads Kiilerich2009-01-281-0/+4
* don't crash if unsupported option in found configuration filesylvain thenault2009-01-211-2/+5
* [#4910,#6473] generate-man option has a new key in its dictionnary : 'hide' :Fabrice Douchant2008-10-301-1/+1
* 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
* little simplifyingEmile Anclin2008-09-101-13/+4
* little simplifyingEmile Anclin2008-09-091-3/+2
* remove deprecated quiet argument to Run()Sylvain Thenault2008-08-201-2/+1
* fix #2473: invoking pylint on __init__.py (hopefuly)Sylvain2008-05-131-1/+2
* fix bug in reenabling messageSylvain2008-02-071-9/+8
* included Robert Kirkpatrick's tutorial and typos fixesSylvain2008-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 namesSylvain2007-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 theSylvain2007-03-071-6/+7
* fix pb reported by Marien on python-projectsSylvain2007-03-051-19/+25
* grrrSylvain2007-02-281-1/+1
* fix --rpython-mode option to only enable the python checkerSylvain2007-02-251-3/+6
* new generic F0004 message for unexpected inferenceSylvain2007-02-221-0/+3
* test fix, fix vs reporter nameSylvain2007-02-191-2/+2
* #3156Sylvain2007-02-191-0/+10
* implement #3285: reported for Visual Studio line number reporting (msvs)Sylvain2007-02-171-5/+6
* rpython tests okSylvain2007-02-151-6/+8
* cleanup, change checker enabling implSylvain2007-02-131-12/+22
* apply ddrake patchSylvain2007-02-091-2/+10
* see changelogSylvain2006-12-051-1/+14
* - detect return statements outside functionsAdrien Di Mascio2006-11-241-1/+4
* use common 0.19.3 generate_config apiSylvain2006-10-031-1/+1
* fix custom reporter pbSylvain2006-09-251-1/+6
* remove buggy cut and paste, remove some __revision__Sylvain2006-09-201-4/+0
* fix commited merge :(Sylvain2006-09-191-10/+0
* removed strange merge residueAlexandre Fayolle2006-09-071-6/+0
* mergeSylvain2006-08-251-1/+18
|\
| * zarb manual merge, garglSylvain2006-08-251-2/+8
* | 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
|/