summaryrefslogtreecommitdiff
path: root/checkers
Commit message (Expand)AuthorAgeFilesLines
* Suppress ResolveErrors from Class.mro in unimplemented_abstract_methods.Claudiu Popa2015-01-151-0/+4
* Check the number of arguments before attempting to obtain the first one.Claudiu Popa2015-01-121-1/+1
* Add the method names for the 'signature-differs' and 'argument-differs'Claudiu Popa2015-01-111-4/+8
* Improve a couple of things for redundant-unittest-assert.Claudiu Popa2015-01-041-3/+3
* Merged in vtemian/pylint/redundant-assert (pull request #202)Claudiu Popa2015-01-041-6/+24
|\
| * Improve testsredundant-assertVlad Temian2014-11-221-4/+4
| * Fix code style and naming convention issues after reviewVlad Temian2014-11-221-7/+10
| * Added check for redundant assert in unittestVlad Temian2014-11-221-6/+21
* | Fix a false positive with invalid-slots-objects and unicode strings. Closes i...Claudiu Popa2015-01-031-1/+1
* | Close the streams in similar checker.Claudiu Popa2015-01-031-2/+6
* | Use the new Module.stream, since Module.file_stream is deprecated.Claudiu Popa2015-01-032-8/+6
* | Fix a false positive on Python 2 for raising-bad-type and tuples.Claudiu Popa2015-01-021-3/+22
* | Don't filter out builtins when checking for raising-non-exception.Claudiu Popa2015-01-021-2/+1
* | Fix a false negative with raising-non-exception.Claudiu Popa2015-01-021-11/+19
* | Add the name of the abstract class in abstract-class-instantiated message.Claudiu Popa2015-01-021-3/+7
* | Small cleanup to exceptions checkerClaudiu Popa2015-01-021-4/+3
* | The comment is not true anymore.Claudiu Popa2015-01-021-5/+0
* | Small refactoring to exceptions checker.Claudiu Popa2015-01-021-13/+24
* | Fix a false positive with catching-non-exception and tuples ofClaudiu Popa2014-12-291-26/+43
* | Use a mro traversal for finding abstract methods. Closes issue #415.Claudiu Popa2014-12-213-53/+81
* | Proper abstract method lookup while checking for abstract-class-instantiated.Claudiu Popa2014-12-161-2/+31
* | Fix typos in error messages.Claudiu Popa2014-12-151-2/+2
* | Have the python3 checker warn for round() and input().Brett Cannon2014-12-121-3/+15
* | Minimize the except block, by catching only what will raise NoSuchArgumentError.Claudiu Popa2014-12-061-9/+11
* | Mergeopen_modeCosmin Poieana2014-12-061-0/+2
|\ \
| * | Check the return value of slots, it can be None.Claudiu Popa2014-12-051-0/+2
* | | Fix 2.x open mode check; Add more testsCosmin Poieana2014-12-051-2/+9
* | | Merge; Fix open mode bugCosmin Poieana2014-12-051-3/+41
|\ \ \ | |/ / |/| |
| * | Merge; Fix according to reviewCosmin Poieana2014-11-301-3/+41
| |\ \
| | * \ Fix opening mode check. Closes Issue #307Cosmin Poieana2014-11-221-2/+42
| | |\ \
| | | * | Proper opening mode checking for filesCosmin Poieana2014-11-221-2/+42
| | | |/
* | | | Check the return of properties when checking for not-callable.Claudiu Popa2014-12-051-4/+9
* | | | Simplify _annotated_unpack_infer.Claudiu Popa2014-12-041-12/+5
* | | | Simplify the code by using safe_infer.Claudiu Popa2014-12-041-14/+10
* | | | Make some methods private.Claudiu Popa2014-12-041-4/+4
* | | | Improve the reporting for dangerous-default-value.Claudiu Popa2014-12-031-9/+21
* | | | Look only in the current function's scope for bad-super-call. Closes issue #403.Claudiu Popa2014-12-031-1/+8
|/ / /
* | | Make dangerous-default-argument check resilient to inferred builtin calls for...Claudiu Popa2014-11-281-1/+4
* | | fixed reading list of ignored words for spelling checkerissue-398Michal Nowikowski2014-11-271-1/+1
|/ /
* | Use the public method astroid.nodes.Class.is_subtype_of.Torsten Marek2014-11-221-6/+2
* | _is_subtype_of needs a context.Claudiu Popa2014-11-221-2/+7
* | Fix false positives with the old-octal-literal.Claudiu Popa2014-11-221-2/+9
|/
* Change default max-line-length to 100 rather than 80Sylvain Th?nault2014-11-191-1/+1
* pylint pylintSylvain Th?nault2014-11-1911-114/+118
* drop BaseRawChecker bw compatSylvain Th?nault2014-11-191-25/+0
* Improve the octal regex.Claudiu Popa2014-11-181-2/+2
* .infer can fail with InferenceError.Claudiu Popa2014-11-181-1/+1
* Fix more false positives for old-octal-literal.Claudiu Popa2014-11-181-1/+1
* Fix the flawed check of old octal syntax.Claudiu Popa2014-11-171-1/+1
* It's actually a Name node..Claudiu Popa2014-11-171-1/+1