summaryrefslogtreecommitdiff
path: root/lint.py
Commit message (Expand)AuthorAgeFilesLines
* clarify that you should put 'disable' option only one in the configuration fileSylvain Th?nault2010-08-161-3/+5
* new pylint gui, contributed by Scott Pilkey and friends from the Tahiti teamSylvain Th?nault2010-05-111-2/+3
* fix statement countSylvain Th?nault2010-05-111-1/+1
* remove deprecation warning with lgc > 0.50Sylvain Th?nault2010-05-111-1/+1
* --errors-only short name is now -E, -e is for --enable and -d for --disableSylvain Th?nault2010-05-111-1/+3
* cleanupSylvain Th?nault2010-04-191-1/+0
* --help output configurationSylvain Th?nault2010-04-191-4/+4
* also unify [en|dis]able-report with generic [en|dis]able.Sylvain Th?nault2010-04-191-20/+10
* cleanup, d-t-w, fix remaining [en|dis] method callSylvain Th?nault2010-04-191-89/+68
* use generic disable / enable methods and inline optionSylvain Th?nault2010-04-191-4/+4
* record ordered checkers for later call to closeSylvain Th?nault2010-04-161-1/+2
* fix support for checker.[visit|leavve]_default methodsSylvain Th?nault2010-04-161-6/+31
* refactor messages and checker handlingSylvain Th?nault2010-04-161-103/+75
* set option level to configure --help / --long[-long]-help with lgc 0.50Sylvain Th?nault2010-04-161-8/+10
* apply patch from Nicola Kramaric closing #21591: html reporter produces no ou...Sylvain Th?nault2010-04-021-1/+3
* copyright update : date up 2010Emile Anclin2010-03-231-2/+2
* remove cache_size option: it was desactivated anywayEmile Anclin2010-03-221-6/+0
* fix #17958 (pylint -e must not silence Fatal messages)Pierre-Yves David2009-11-251-1/+1
* fix #9791Vincent2009-11-251-2/+13
* mergeSylvain Th?nault2009-11-231-13/+13
|\
| * include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-13/+13
* | fix warningSylvain Th?nault2009-10-211-1/+2
* | Bugfix: correct grammar/spelling of messagesNicolas Chauvat2009-09-081-5/+5
|/
* fix necessary eol spacesSylvain Th?nault2009-08-271-17/+19
* d-t-w, cleanupSylvain Th?nault2009-08-261-99/+100
* 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