summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use a simpler/faster private/special method regexpfunction_regexpCosmin Poieana2015-05-081-1/+1
* MergeCosmin Poieana2015-05-0835-393/+359
|\
| * Fix other pylint warnings over pylint's codebase.Claudiu Popa2015-05-082-3/+3
| * Get rid of abstract-method warnings emitted over pylint's codebase.Claudiu Popa2015-05-073-1/+5
| * Don't emit warnings in the deprecated method.Claudiu Popa2015-05-071-0/+1
| * Emit a proper deprecation warning for reporters.BaseReporter.add_message.Claudiu Popa2015-05-073-2/+28
| * Disable in pylintrc only the actual problems from the codebase.Claudiu Popa2015-05-071-1/+10
| * Fix a couple of other pylint warnings over pylint codebase.Claudiu Popa2015-05-071-13/+13
| * Fix unidiomatic-typecheck.Claudiu Popa2015-05-072-2/+2
| * Remove unused variables.Claudiu Popa2015-05-072-2/+2
| * Remove unused imports.Claudiu Popa2015-05-073-3/+2
| * Remove trailing whitespace.Claudiu Popa2015-05-071-1/+1
| * Remove entries regarding interfaces from the documentation.Claudiu Popa2015-05-061-15/+2
| * Fix the wrong hanging indentation.Claudiu Popa2015-05-051-2/+1
| * Make ignore-iface-methods a noop option, mark it as deprecated.Claudiu Popa2015-05-054-26/+26
| * Remove the rest of interface checks.Claudiu Popa2015-05-056-215/+9
| * Remove interface-not-implemented warning. Closes issue #532.Claudiu Popa2015-05-058-67/+7
| * Forgot to add tests for the new warnings.Claudiu Popa2015-05-034-0/+26
| * Remove obsolete function, it was never used.Claudiu Popa2015-05-031-7/+0
| * Add two new warnings, duplicate-bases and inconsistent-mro.Claudiu Popa2015-05-032-1/+27
| * Fix some typos, rename _module_hierarchy to _qualified_names.Claudiu Popa2015-05-021-5/+5
| * Remove erroneously included test.James Morgensen2015-05-021-12/+0
| * Make fix for #223 more readable; add a test and a ChangeLog line.James Morgensen2015-05-013-3/+82
| * Fix issue #223 (ignored_modules should apply to import errors too). The fix w...James Morgensen2015-04-301-2/+5
| * Remove trailing whitespace.Claudiu Popa2015-04-251-1/+1
| * Lookup in the implicit metaclass when checking for no-member.Claudiu Popa2015-04-256-3/+25
| * Don't emit no-member for classes with unknown bases.Claudiu Popa2015-04-244-8/+26
| * Document why _emit_no_member can't be used before the actual .getattr call.Claudiu Popa2015-04-241-0/+7
| * Move more no-member filters inside _emit_no_member. Add more tests.Claudiu Popa2015-04-243-15/+44
| * Move the mixin check inside _emit_no_member.Claudiu Popa2015-04-241-9/+8
| * Refactor common code for ignoring no-member for a owner in a particular funct...Claudiu Popa2015-04-241-22/+39
* | Improve method regexp for those that require docstringsCosmin Poieana2015-04-202-1/+10
|/
* Use no-docstring-rgx option to not emit missing-docstring for private funcs.Florian Bruhin2015-04-201-4/+2
* Add temporary fix for the builtins check in _determine_callable_obj.Claudiu Popa2015-04-191-1/+8
* Remove trailing whitespace.Claudiu Popa2015-04-191-1/+1
* Look for __init__ instead of __new__ in _determine_callable_obj if __new__ co...Claudiu Popa2015-04-194-3/+24
* Remove trailing whitespace.Claudiu Popa2015-04-181-1/+1
* Update the list of known special methods.Claudiu Popa2015-04-181-4/+13
* Remove an unused function.Claudiu Popa2015-04-181-7/+0
* Do a lookup in the locals when looking for __reversed__.Claudiu Popa2015-04-181-2/+2
* Add logic for retrieving the HOME for Jython.Claudiu Popa2015-04-181-3/+9
* Provide some hints for the bad-builtin message. Closes issue #522.Claudiu Popa2015-04-185-5/+20
* Simplify the not-context-manager check, by doing a simple parent lookup on a ...Claudiu Popa2015-04-163-9/+36
* Remove trailing whitespace.Claudiu Popa2015-04-161-1/+1
* Replace some strings with a global variable, for clarity.Claudiu Popa2015-04-161-2/+2
* Don't emit redefined-outer-name for __future__ directives.Claudiu Popa2015-04-163-6/+23
* Provide a context file for get_module_part. This prevents a crash with variou...Claudiu Popa2015-04-134-1/+17
* Don't emit missing-docstring for private functions.Claudiu Popa2015-04-084-0/+33
* Fix a bad-reversed-sequence false positive.Claudiu Popa2015-04-073-5/+25
* Don't warn about no-self-use for builtin properties.Claudiu Popa2015-04-063-2/+17