summaryrefslogtreecommitdiff
path: root/checkers/newstyle.py
Commit message (Collapse)AuthorAgeFilesLines
* linting pylintSylvain Th?nault2014-07-251-2/+2
|
* Fix a potential crash with super inference.cpopa2014-04-221-2/+13
|
* restore newstyle checker, we still want (part of) the super call checks. ↵Sylvain Th?nault2014-04-141-8/+11
| | | | Rely on check_messages to disable methods with useless messages
* use symbolic names in the newstyle checkerSylvain Th?nault2014-04-141-8/+8
|
* Don't register the newstyle checker w/ python >= 3. Closes #109Sylvain Th?nault2014-04-111-5/+6
|
* Use the name of the class when issuing an E11003 warning and the class ↵cpopa2014-04-011-2/+2
| | | | doesn't have a name, not the actual class.
* Updated FSF address.Arun Persaud2014-02-231-1/+1
|
* fix unproperly spelled max version for missing-super-argumentSylvain Th?nault2013-12-201-1/+1
|
* [py3] missing-super-argument is a python2 only messageSylvain Th?nault2013-12-201-2/+3
|
* some pylint and style fixesSylvain Th?nault2013-07-311-5/+5
|
* Use super() instead of 'super class'.cpopa2013-07-251-1/+1
|
* Cleanup.cpopa2013-07-241-8/+7
|
* Prefer the symbolic name.cpopa2013-07-241-1/+2
|
* Add missing-super-argument message for argumentless super on Python 2.X.cpopa2013-07-241-3/+12
|
* Fix false positive E1003 on Python 3 for argument-less super().cpopa2013-07-161-1/+6
|
* Added a new warning old-style-class for classes that do not have any base class.Torsten Marek2013-06-181-1/+10
|
* astng has been renamed astroidDavid Douard2013-06-171-10/+10
|
* Closes #104572: symbolic warning names in output (by Martin Pool)Martin Pool2012-09-191-0/+4
| | | | triggered whatever the format using a command line option
* Fixes misleading wording in warnings E1001 and E1002 (patch by google)Sylvain Th?nault2011-09-071-4/+4
|
* messages: decorate visit and leave methods with check_messagesEmile Anclin2010-12-091-4/+5
| | | | refactor checker/bases.py while adding 'check_messages'
* a lot of small attribute corrections and moreEmile Anclin2009-03-091-1/+1
|
* some more astng2 support / attr modificationsEmile Anclin2009-03-061-4/+4
|
* remove visit_raise from checkers.newstyleEmile Anclin2008-10-131-44/+3
|
* fix false positives with py >= 2.5Sylvain2006-09-231-4/+4
|
* check ChangeLogsyt2006-05-091-4/+4
|
* forget the past.root2006-04-261-0/+148
forget the past.