summaryrefslogtreecommitdiff
path: root/lint.py
Commit message (Expand)AuthorAgeFilesLines
* remove more 2.4 compatEmile Anclin2010-11-151-1/+0
* cleanup: norm_open can be done directlyEmile Anclin2010-11-101-2/+1
* py3k: update profile optionEmile Anclin2010-11-081-5/+3
* doc : more update on optionsEmile Anclin2010-10-251-2/+2
* fix exit code on bad optionsEmile Anclin2010-10-251-1/+6
* force source to true when explicitly asked to analyze a fileSylvain Th?nault2010-10-111-4/+3
* python2.3 compat fixesEmile Anclin2010-09-221-0/+1
* typoEmile Anclin2010-09-011-1/+1
* 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