Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all package files to a pylint package. | Ionel Cristian Maries | 2015-02-14 | 1 | -172/+0 |
| | |||||
* | Look only in the current function's scope for bad-super-call. Closes issue #403. | Claudiu Popa | 2014-12-03 | 1 | -1/+8 |
| | |||||
* | pylint pylint | Sylvain Th?nault | 2014-11-19 | 1 | -2/+2 |
| | |||||
* | Documentation improvementsdocs-improvements-2 | Michal Nowikowski | 2014-11-04 | 1 | -1/+1 |
| | | | | | | | | - added intros to features page, - fixed PyLint to Pylint in text, - improved ide-integration doc page, - updated pylintrc in examples and - regenerated pylint manual | ||||
* | Modernize to the point of working for Python 2.7 still | Brett Cannon | 2014-08-29 | 1 | -1/+1 |
| | |||||
* | Implement confidence levels. | Torsten Marek | 2014-07-24 | 1 | -8/+21 |
| | | | | | | | - attach confidence levels to a number of messages - include confidence levels in the message object - if the confidence of a message is not HIGH or UNDEFINED, include it in the test output. | ||||
* | Revert change from 3b748b4: emit old-style-classes only for classes without ↵ | cpopa | 2014-08-18 | 1 | -3/+4 |
| | | | | bases and without explicitly defined metaclasses. | ||||
* | Check that a class has an explicitly defined metaclass before emitting ↵ | cpopa | 2014-08-17 | 1 | -5/+5 |
| | | | | | | | 'old-style-class' for Python 2. This can catch metaclasses defined at module level, using `__metaclass__ = ...` syntax, which transforms all old style classes to newstyle. Also, look for the .newstyle attribute instead of bases. | ||||
* | linting pylint | Sylvain Th?nault | 2014-07-25 | 1 | -2/+2 |
| | |||||
* | Fix a potential crash with super inference. | cpopa | 2014-04-22 | 1 | -2/+13 |
| | |||||
* | restore newstyle checker, we still want (part of) the super call checks. ↵ | Sylvain Th?nault | 2014-04-14 | 1 | -8/+11 |
| | | | | Rely on check_messages to disable methods with useless messages | ||||
* | use symbolic names in the newstyle checker | Sylvain Th?nault | 2014-04-14 | 1 | -8/+8 |
| | |||||
* | Don't register the newstyle checker w/ python >= 3. Closes #109 | Sylvain Th?nault | 2014-04-11 | 1 | -5/+6 |
| | |||||
* | Use the name of the class when issuing an E11003 warning and the class ↵ | cpopa | 2014-04-01 | 1 | -2/+2 |
| | | | | doesn't have a name, not the actual class. | ||||
* | Updated FSF address. | Arun Persaud | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | fix unproperly spelled max version for missing-super-argument | Sylvain Th?nault | 2013-12-20 | 1 | -1/+1 |
| | |||||
* | [py3] missing-super-argument is a python2 only message | Sylvain Th?nault | 2013-12-20 | 1 | -2/+3 |
| | |||||
* | some pylint and style fixes | Sylvain Th?nault | 2013-07-31 | 1 | -5/+5 |
| | |||||
* | Use super() instead of 'super class'. | cpopa | 2013-07-25 | 1 | -1/+1 |
| | |||||
* | Cleanup. | cpopa | 2013-07-24 | 1 | -8/+7 |
| | |||||
* | Prefer the symbolic name. | cpopa | 2013-07-24 | 1 | -1/+2 |
| | |||||
* | Add missing-super-argument message for argumentless super on Python 2.X. | cpopa | 2013-07-24 | 1 | -3/+12 |
| | |||||
* | Fix false positive E1003 on Python 3 for argument-less super(). | cpopa | 2013-07-16 | 1 | -1/+6 |
| | |||||
* | Added a new warning old-style-class for classes that do not have any base class. | Torsten Marek | 2013-06-18 | 1 | -1/+10 |
| | |||||
* | astng has been renamed astroid | David Douard | 2013-06-17 | 1 | -10/+10 |
| | |||||
* | Closes #104572: symbolic warning names in output (by Martin Pool) | Martin Pool | 2012-09-19 | 1 | -0/+4 |
| | | | | triggered whatever the format using a command line option | ||||
* | Fixes misleading wording in warnings E1001 and E1002 (patch by google) | Sylvain Th?nault | 2011-09-07 | 1 | -4/+4 |
| | |||||
* | messages: decorate visit and leave methods with check_messages | Emile Anclin | 2010-12-09 | 1 | -4/+5 |
| | | | | refactor checker/bases.py while adding 'check_messages' | ||||
* | a lot of small attribute corrections and more | Emile Anclin | 2009-03-09 | 1 | -1/+1 |
| | |||||
* | some more astng2 support / attr modifications | Emile Anclin | 2009-03-06 | 1 | -4/+4 |
| | |||||
* | remove visit_raise from checkers.newstyle | Emile Anclin | 2008-10-13 | 1 | -44/+3 |
| | |||||
* | fix false positives with py >= 2.5 | Sylvain | 2006-09-23 | 1 | -4/+4 |
| | |||||
* | check ChangeLog | syt | 2006-05-09 | 1 | -4/+4 |
| | |||||
* | forget the past. | root | 2006-04-26 | 1 | -0/+148 |
forget the past. |