summaryrefslogtreecommitdiff
path: root/checkers
Commit message (Expand)AuthorAgeFilesLines
* Don't register the newstyle checker w/ python >= 3. Closes #109Sylvain Th?nault2014-04-111-5/+6
* Merged in PCManticore/pylint/slots (pull request #98)Sylvain Th?nault2014-04-111-1/+54
|\
| * Remove empty-slots-object, define tuple with methods at the global level.cpopa2014-04-091-1/+2
| * Merge with default.cpopa2014-04-091-1/+53
| |\
| | * Verify all the infered slots, skip YES nodes from the values and other fixes.cpopa2014-04-091-36/+39
| | * Merge with default.cpopa2014-04-041-1/+50
| | |\
| | | * Merge with default.cpopa2014-03-311-1/+50
| | | |\
| | | | * Add new checks for proper class slots.cpopa2014-03-311-1/+50
* | | | | Merged in bukzor/pylint/w0401_package (pull request #66)Sylvain Th?nault2014-04-111-1/+2
|\ \ \ \ \
| * \ \ \ \ merge logilab tip to w0401_packagebuck2014-03-052-2/+2
| |\ \ \ \ \
| | * | | | | Improve cyclic import detection in the case of packages.buck2013-10-142-11/+6
* | | | | | | Fix typo.cpopa2014-04-091-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merged in dpursehouse/pylint (pull request #88)Claudiu Popa2014-04-0917-188/+353
|\ \ \ \ \ \
| * | | | | | Make it possible to show a naming hint for invalid name by setting include-na...Torsten Marek2014-03-301-69/+41
| * | | | | | Added support for enforcing multiple, but consistent name styles for differen...Torsten Marek2014-04-091-1/+36
| * | | | | | Also warn about empty docstrings on overridden methods.Torsten Marek2014-03-301-3/+5
| * | | | | | Unify and improve function invocation errors:Torsten Marek2014-04-041-56/+67
| * | | | | | Also inspect constructor calls in addition to function calls.Torsten Marek2014-04-021-0/+24
| * | | | | | Added a new option logging-modules to make the list of modules to be inspecte...Torsten Marek2014-03-301-7/+31
| * | | | | | Raise all messages by name in the strings checkers.Torsten Marek2014-04-041-12/+14
| * | | | | | Emit all warnings by their symbolic names in the exceptions checker.Torsten Marek2014-04-041-18/+19
| * | | | | | Merged in PCManticore/pylint/eval (pull request #95)Claudiu Popa2014-04-071-1/+9
| |\ \ \ \ \ \
| | * | | | | | Remove the reference to ast.literal_eval from the error message.cpopa2014-04-071-2/+2
| | * | | | | | Add new warning 'eval-used'.cpopa2014-03-251-1/+9
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Emit all messages by symbolic name in checkers/typecheck.py.Torsten Marek2014-03-301-14/+14
| * | | | | | Also emit wildcard-import on unresolved imports.Torsten Marek2014-03-301-5/+6
| * | | | | | Add missing operator == to list of comparison operators in format checker.Torsten Marek2014-03-301-1/+1
| | |_|_|/ / | |/| | | |
| * | | | | Use the name of the class when issuing an E11003 warning and the class doesn'...cpopa2014-04-011-2/+2
| | |_|_|/ | |/| | |
| * | | | Do not warn about 'abstract-method' when the abstract method is implemented t...cpopa2014-03-251-0/+3
| |/ / /
| * | | cleanup as suggested by Buck GolemonSylvain Th?nault2014-03-121-1/+0
| * | | except as replaced by commas, one with_statement future import added and Stri...Ricardo Gemignani2014-03-062-2/+2
| |/ /
| * | Merged in PCManticore/pylint (pull request #91)Sylvain Th?nault2014-02-241-6/+9
| |\ \
| | * | Wrong maxversion used.cpopa2014-02-221-1/+1
| | * | Syntax only valid for Python 3.3+.cpopa2014-02-221-4/+4
| | * | Do not warn about returning values in generator for Python 3, it is valid syn...cpopa2014-02-221-7/+10
| * | | Updated FSF address.Arun Persaud2014-02-2317-17/+17
| |/ /
| * | Use qname(), remove useless check and add packaging info.cpopa2014-02-141-8/+2
| * | Add support for abc.ABC from Python 3.4.cpopa2014-02-131-2/+19
| * | Use .next.cpopa2014-02-131-1/+1
| * | Add abstract-class-instantiated warning.cpopa2014-02-091-1/+44
| * | Use file_from_modpath instead of load_module_from_name.cpopa2014-01-301-2/+2
| * | Merge with default.cpopa2014-01-221-2/+22
| |\ \
| | * | Use symbolic name.cpopa2014-01-181-2/+4
| | * | Remove missing-submodule, move test fixture inside test.cpopa2014-01-182-7/+2
| | * | Merged default into all_false_positiveClaudiu Popa2014-01-172-3/+26
| | |\ \
| | | * | Add missing-submodule check for fixing issue #126.cpopa2014-01-032-3/+26
| * | | | Simplify check and enhance tests.cpopa2014-01-221-6/+3
| * | | | Merge with default.cpopa2014-01-141-0/+9
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Simplify the lookup for nonlocals.cpopa2014-01-141-24/+8
| | * | | Merge with default.cpopa2014-01-113-7/+99
| | |\ \ \