summaryrefslogtreecommitdiff
path: root/lint.py
Commit message (Expand)AuthorAgeFilesLines
...
* This patch is an attempt to completely remove the need for all Google-interna...Sylvain Th?nault2011-10-261-62/+67
* closes #76920: don't crash in preprocess_option if some looked option has no ...Torsten Marek2011-09-231-5/+16
* Fix --ignore option documentation to match reality (closes #22273)Julien Cristau2011-07-081-4/+3
* add note for IDE developpersSylvain Th?nault2011-07-081-0/+4
* print exceptions not handled by astngEmile Anclin2010-12-151-2/+2
* py3k: need to handle guess_encoding in astngEmile Anclin2010-11-221-5/+9
* performance: use 'active_msgs' attribute to disable function calls or the likeEmile Anclin2010-12-131-1/+4
* cleanup / test: rename a method and move some stuff around for easier testingEmile Anclin2010-12-131-14/+21
* fix checker disabling: use is_report_enabled to check for enabled reportsEmile Anclin2010-12-091-6/+6
* messages: add "check_messages" decorator to store messagesEmile Anclin2010-12-091-4/+4
* performance: make sure checkers are not called because of reportersEmile Anclin2010-12-091-4/+7
* cleanup: remove unused needs_checkers attribut and sort_checkers methodEmile Anclin2010-12-091-31/+15
* cleanup: remove KeyboardInterrupt capture: it goes through Exception in py >=...Emile Anclin2010-11-231-2/+0
* precize line number in deprecation warningSylvain Th?nault2010-11-221-2/+2
* 223 : run python2.x compatible fixersEmile Anclin2010-11-151-5/+4
* 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