summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Backport some changes from default to 1.3.cpopa2014-08-205-0/+198
* Proper handle class level scope for lambdas.cpopa2014-07-294-17/+26
* Fix a false positive with string formatting checker, when using keyword argum...cpopa2014-07-291-0/+8
* Fix a false positive with string formatting checker, when encountering a stri...cpopa2014-07-292-0/+4
* Only run the module tests, and make sure that no new test cases in the old te...Torsten Marek2014-07-271-8/+1
* Fix test case naming in test_functional.Torsten Marek2014-07-271-7/+7
* Keep message lines from expected files that are not emitted by the current Py...Torsten Marek2014-07-272-38/+64
* Converted more test cases to the new test framework.Torsten Marek2014-07-2643-250/+208
* Rename .args files to .rc to more accurately reflect purpose and format.Torsten Marek2014-07-2612-1/+1
* Port some regression tests to the new functional test framework and make it p...Torsten Marek2014-07-267-41/+32
* 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.cpopa2014-07-251-3/+3
* | empty-docstring is now on the new test framework.cpopa2014-07-251-1/+1
* | Don't emit 'missing-docstring' when the actual docstring uses `.format`. Clos...cpopa2014-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.cpopa2014-07-251-1/+1
* Don't emit 'unnecessary-lambda' if the body of the lambda call contains call ...cpopa2014-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.cpopa2014-07-241-1/+2
* Don't emit 'pointless-string-statement' for attribute docstrings. Closes issu...cpopa2014-07-241-1/+31
* Merged in PCManticore/pylint/metaclass_undefined (pull request #111)Claudiu Popa2014-07-231-0/+14
|\
| * Don't emit 'unused-variable' when assigning to a nonlocal. Closes issue #275.cpopa2014-07-231-0/+14
* | Merge with default.cpopa2014-07-2235-17/+678
|\ \ | |/
| * Definition order is considered for classes, function arguments and annotation...cpopa2014-07-214-3/+65
| * Fix an 'unused-variable' false positive, where the variable is assigned throu...cpopa2014-07-172-3/+23
| * Don't emit 'no-name-in-module' for ignored modules. Closes issue #223.cpopa2014-07-121-1/+14
| * Fix test for Python 2.cpopa2014-07-101-1/+1
| * Add 'assigning-non-slot' warning, which detects assignments to attributes not...cpopa2014-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-084-0/+295
| |\
| | * 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-064-0/+192
| | |\