summaryrefslogtreecommitdiff
path: root/checkers/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Stop setting active_msgs on checkers, as they can just rely on is_message_ena...Torsten Marek2014-04-161-2/+0
* cleanup as suggested by Buck GolemonSylvain Th?nault2014-03-121-1/+0
* Updated FSF address.Arun Persaud2014-02-231-1/+1
* [import checker] is_standard_module relative to package is buggy, systematica...Sylvain Th?nault2013-12-191-4/+0
* some pylint and style fixesSylvain Th?nault2013-07-311-1/+2
* Turn reporters into proper plugins rather than classes that are loaded explic...Torsten Marek2013-06-191-31/+4
* python3: deal with astroid's module.file_stream returning bytesJulien Cristau2013-06-191-1/+4
* move EmptyReport exception to pylint.utils and refactor imports so pylint.uti...Sylvain Th?nault2013-06-191-1/+1
* astng has been renamed astroidDavid Douard2013-06-171-2/+2
* Tokenize the input source only once and hand it to all checkers that need the...Torsten Marek2013-05-011-0/+12
* move string literal checker from format.py to strings.pySylvain Th?nault2013-03-291-1/+1
* use load_module_from_file rather than relative import broken in python 3.3. C...Sylvain Th?nault2013-02-221-6/+5
* [format checker] check for anomalous backslash escape (new W1401, W1402). Clo...Sylvain Th?nault2012-09-191-0/+1
* pylint fixesSylvain Th?nault2012-08-221-1/+1
* add note about soon useless stream.seek()Sylvain Th?nault2011-10-261-1/+1
* built-in checkers use [01-50] base message ids (closes #68057)Sylvain Th?nault2011-07-081-0/+5
* py3k: need to handle guess_encoding in astngEmile Anclin2010-11-221-1/+3
* performance: use 'active_msgs' attribute to disable function calls or the likeEmile Anclin2010-12-131-0/+2
* cleanup: remove unused needs_checkers attribut and sort_checkers methodEmile Anclin2010-12-091-2/+0
* import of checkers: little more information on checker import failureEmile Anclin2010-12-071-2/+2
* py3k: ignore __pycache__ directory for loading checkersEmile Anclin2010-11-021-4/+5
* cleanup, d-t-w, fix remaining [en|dis] method callSylvain Th?nault2010-04-191-3/+10
* refactor messages and checker handlingSylvain Th?nault2010-04-161-17/+1
* set option level to configure --help / --long[-long]-help with lgc 0.50Sylvain Th?nault2010-04-161-0/+1
* copyright update : date up 2010Emile Anclin2010-03-231-1/+1
* include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-1/+1
* d-t-wSylvain Th?nault2009-06-111-11/+11
* fix #8350, C0322 false positive on multi-line stringsylvain thenault2009-03-231-1/+1
* remove debug raisesylvain thenault2009-03-181-1/+0
* fix import for new astng organisationSylvain2009-03-171-0/+1
* remove a lot of more rpython stuffEmile Anclin2009-03-161-1/+0
* use DotBackendEmile Anclin2008-09-101-1/+1
* cleanup, change checker enabling implSylvain2007-02-131-7/+11
* check ChangeLogsyt2006-05-091-10/+4
* forget the past.root2006-04-261-0/+166