summaryrefslogtreecommitdiff
path: root/pylint/checkers/base.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix false positives with unnecessary-lambda. Closes issue #630.Claudiu Popa2015-09-051-14/+2
* Bring logilab-common's ureports into pylint.reporters.Claudiu Popa2015-09-051-2/+1
* Use the new node names for the visit and leave methodsClaudiu Popa2015-08-261-12/+12
* Remove trailing whitespaces and other pylint related issues.Claudiu Popa2015-08-251-1/+1
* Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-251-35/+36
* Mention that the option is obsoleted.Claudiu Popa2015-08-201-1/+2
* missing-reversed-argument was removed.Claudiu Popa2015-08-201-6/+2
* missing-module-attribute was removed and the corresponding CLI option, requir...Claudiu Popa2015-08-201-14/+4
* Handle additional keyword arguments when checking for unnecessary-lambdas.Claudiu Popa2015-08-091-0/+7
* Remove trailing whitespace.Claudiu Popa2015-08-021-1/+1
* Add a new error, 'continue-in-finally'.Claudiu Popa2015-08-021-2/+10
* Improved the not-in-loop checker to properly detect more cases.Claudiu Popa2015-08-021-2/+7
* Use safe_infer and has_known_bases from astroid.helpers. Closes issue #593.Claudiu Popa2015-07-061-10/+9
* Add a new error, 'nonlocal-and-global'.Claudiu Popa2015-07-061-1/+21
* Remove deque specialized code, since it is already handled by astroid.Claudiu Popa2015-06-261-5/+0
* Add a new error, 'star-needs-assignment-target'.Claudiu Popa2015-06-261-2/+17
* Add a new error, 'invalid-star-assignment-target'.Claudiu Popa2015-06-251-1/+11
* Add a new error, 'too-many-star-expressions'.Claudiu Popa2015-06-251-0/+11
* yield-outside-func is also emitted for `yield from`.Claudiu Popa2015-06-251-2/+9
* Remove trailing whitespace.Claudiu Popa2015-06-101-1/+1
* Support using-constant-test for comprehensions.Claudiu Popa2015-06-081-0/+6
* Add a new warning, 'using-constant-test'.Claudiu Popa2015-05-231-0/+40
* Add a new function, error_of_type, which verifies that an exception handler i...Claudiu Popa2015-05-161-2/+2
* Use a simpler/faster private/special method regexpfunction_regexpCosmin Poieana2015-05-081-1/+1
* MergeCosmin Poieana2015-05-081-1/+1
|\
| * Fix unidiomatic-typecheck.Claudiu Popa2015-05-071-1/+1
* | Improve method regexp for those that require docstringsCosmin Poieana2015-04-201-1/+1
|/
* Use no-docstring-rgx option to not emit missing-docstring for private funcs.Florian Bruhin2015-04-201-4/+2
* Do a lookup in the locals when looking for __reversed__.Claudiu Popa2015-04-181-2/+2
* Provide some hints for the bad-builtin message. Closes issue #522.Claudiu Popa2015-04-181-2/+13
* Don't emit missing-docstring for private functions.Claudiu Popa2015-04-081-0/+2
* Fix a bad-reversed-sequence false positive.Claudiu Popa2015-04-071-4/+10
* add warning for confusing usage of with statementconfusing-with-statementRadu Ciorba2015-03-221-0/+37
* Remove the star-args error.Claudiu Popa2015-03-111-18/+1
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+1253