summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merged logilab/pylint into defaultClaudiu Popa2014-07-251-2/+0
|\
| * Mark 'relative-import' as only being present in Python 2.*.Torsten Marek2014-07-251-2/+0
* | Restore Python 2 compat.Claudiu Popa2014-07-251-3/+3
* | empty-docstring is now on the new test framework.Claudiu Popa2014-07-251-1/+1
* | Don't emit 'missing-docstring' when the actual docstring uses `.format`. Clos...Claudiu Popa2014-07-253-81/+91
|/
* Add a missing expected test output file.Torsten Marek2014-07-251-0/+17
* Port more testcases to the new framework.Torsten Marek2014-07-259-121/+72
* W0108 was ported.Claudiu Popa2014-07-251-1/+1
* Don't emit 'unnecessary-lambda' if the body of the lambda call contains call ...Claudiu Popa2014-07-253-48/+57
* Support multi-line messages in the expected output files.Torsten Marek2014-07-251-3/+10
* Porting tests over to the new framework.Torsten Marek2014-07-2514-109/+104
* Don't emit hidden-method message when the attribute has been monkey-patched,Sylvain Thénault2014-07-254-7/+4
* delete some trailing whitespacesSylvain Thénault2014-07-251-6/+6
* [refactor] move handling of file specific state to its own FileState class (m...Sylvain Thénault2014-07-243-28/+37
* extract a messages store from the MessagesHandlerMixIn classSylvain Thénault2014-07-243-78/+88
* Extend the test case for metaclass invocation detection.Torsten Marek2014-07-251-2/+2
* Make pylint compatible with Python 2.5 again, and make all the tests pass (Cl...Torsten Marek2014-07-2441-217/+237
* Allow implicitly concatenated strings to align with the previous string part.Torsten Marek2014-07-251-0/+4
* Fix more edge cases in the cell-var-from-loop warning (Closes: #233).Torsten Marek2014-07-252-6/+24
* fix bad indentation issuesSylvain Thénault2014-07-241-6/+7
* Added a new test suite for functional tests.Torsten Marek2014-07-2416-30/+304
* Add a test case for #205.Torsten Marek2014-07-241-0/+11
* Update test message.Claudiu Popa2014-07-241-1/+2
* Don't emit 'pointless-string-statement' for attribute docstrings. Closes issu...Claudiu Popa2014-07-241-1/+31
* Merged in PCManticore/pylint/metaclass_undefined (pull request #111)Claudiu Popa2014-07-232-0/+29
|\
| * Merge with default.Claudiu Popa2014-07-2235-17/+678
| |\
| * | Fix a false positive with classes without explictly defined metaclasses (inhe...Claudiu Popa2014-05-031-22/+25
| * | Emit 'undefined-variable' for undefined names used as metaclasses with Python...Claudiu Popa2014-05-022-0/+26
* | | Don't emit 'unused-variable' when assigning to a nonlocal. Closes issue #275.Claudiu Popa2014-07-231-0/+14
| |/ |/|
* | Definition order is considered for classes, function arguments and annotation...Claudiu Popa2014-07-214-3/+65
* | Fix an 'unused-variable' false positive, where the variable is assigned throu...Claudiu Popa2014-07-172-3/+23
* | Don't emit 'no-name-in-module' for ignored modules. Closes issue #223.Claudiu Popa2014-07-121-1/+14
* | Fix test for Python 2.Claudiu Popa2014-07-101-1/+1
* | Add 'assigning-non-slot' warning, which detects assignments to attributes not...Claudiu Popa2014-07-102-0/+59
* | Fix a false positive regarding W0511. Closes issue #149.Alexandru Coman2014-07-092-1/+6
* | Fixing Issue #149 (W0511 false positive)Alexandru Coman2014-07-092-3/+5
* | Merge upstream default into list-index-checkerDavid Shea2014-07-081-0/+11
|\ \
| * | Fix a false positive with unbalanced iterable unpacking, when encountering st...Claudiu Popa2014-07-081-0/+11
* | | Rearrange the sequence and slice index tests for better clarityDavid Shea2014-07-084-77/+90
* | | Correct problems with checking extended slice syntax.David Shea2014-07-072-0/+13
* | | Correct the sequence index check for set and delete operations.David Shea2014-07-072-0/+75
* | | Clean up some stylistic issues in the sequence and slice index type checks.David Shea2014-07-074-32/+34
* | | Merge upstream default into list-index-checkerDavid Shea2014-07-062-0/+38
|\ \ \ | |/ /
| * | Fix test issues.Claudiu Popa2014-07-021-22/+22
| * | Emit 'not-callable' when calling properties. Closes issue #268.Claudiu Popa2014-07-022-0/+38
* | | Check for invalid indices used with subclasses of sequence types.David Shea2014-07-062-0/+38
* | | Correct a typo: indicies -> indicesDavid Shea2014-07-061-1/+1
* | | Expand and correct the types used in the index and slice checks.David Shea2014-07-066-38/+114
* | | Add a check for invalid types used as slice indices.David Shea2014-07-032-0/+45
* | | Add tests for list index type checking and clean up the conditionalDavid Shea2014-07-032-0/+33
|/ /