summaryrefslogtreecommitdiff
path: root/test/messages
Commit message (Expand)AuthorAgeFilesLines
* Implement confidence levels.Torsten Marek2014-07-241-10/+0
* Revert change from 3b748b4: emit old-style-classes only for classes without b...cpopa2014-08-181-1/+0
* Fix test failures.cpopa2014-08-171-0/+1
* Detect calls of the parent's __init__, through a binded super() call.cpopa2014-08-161-0/+1
* Look in the metaclass, if defined, for members not found in the current class...cpopa2014-08-141-4/+0
* fixme regex handles comments without spaces after the hash. Closes issue #311.cpopa2014-08-111-1/+2
* Don't emit 'import-error' if an import was protected by a try-except, which e...cpopa2014-08-081-2/+0
* Merged logilab/pylint into defaultClaudiu Popa2014-07-315-19/+0
|\
| * Converted more test cases.Torsten Marek2014-07-305-19/+0
* | Handle 'too-few-format-args' or 'too-many-format-args' for format strings wit...cpopa2014-07-311-28/+0
|/
* Remove old testcase that has already been converted.Torsten Marek2014-07-301-3/+0
* Converted and merge test cases.Torsten Marek2014-07-301-46/+0
* Remove testcases only for Python < 2.7.Torsten Marek2014-07-302-47/+0
* Merged in carlio/pylint (pull request #138)Claudiu Popa2014-07-303-1/+11
|\
| * Merged logilab/pylint into defaultcarlio2014-07-293-1/+11
| |\
| | * [refs #282] dangerous-default-values are now not evaluated to get their type/...carl2014-07-273-1/+11
* | | More test cases moved to the new test framework.Torsten Marek2014-07-275-16/+0
* | | Proper handle class level scope for lambdas.cpopa2014-07-291-2/+0
|/ /
* | Fix a false positive with string formatting checker, when encountering a stri...cpopa2014-07-291-0/+2
* | Converted more test cases to the new test framework.Torsten Marek2014-07-2616-74/+0
|/
* Don't emit 'missing-docstring' when the actual docstring uses `.format`. Clos...cpopa2014-07-251-8/+0
* Port more testcases to the new framework.Torsten Marek2014-07-253-39/+0
* Don't emit 'unnecessary-lambda' if the body of the lambda call contains call ...cpopa2014-07-251-8/+0
* Porting tests over to the new framework.Torsten Marek2014-07-253-73/+0
* Don't emit hidden-method message when the attribute has been monkey-patched,Sylvain Th?nault2014-07-251-2/+0
* [refactor] move handling of file specific state to its own FileState class (m...Sylvain Th?nault2014-07-241-0/+9
* Make pylint compatible with Python 2.5 again, and make all the tests pass (Cl...Torsten Marek2014-07-245-26/+1
* Fix more edge cases in the cell-var-from-loop warning (Closes: #233).Torsten Marek2014-07-251-6/+6
* Added a new test suite for functional tests.Torsten Marek2014-07-244-8/+0
* Update test message.cpopa2014-07-241-1/+2
* Merge with default.cpopa2014-07-2215-5/+99
|\
| * Definition order is considered for classes, function arguments and annotation...cpopa2014-07-212-1/+9
| * Fix an 'unused-variable' false positive, where the variable is assigned throu...cpopa2014-07-171-2/+6
| * Add 'assigning-non-slot' warning, which detects assignments to attributes not...cpopa2014-07-101-0/+3
| * Fix a false positive regarding W0511. Closes issue #149.Alexandru Coman2014-07-091-1/+3
| * Fixing Issue #149 (W0511 false positive)Alexandru Coman2014-07-091-1/+1
| * Rearrange the sequence and slice index tests for better clarityDavid Shea2014-07-082-21/+21
| * Correct problems with checking extended slice syntax.David Shea2014-07-071-0/+1
| * Correct the sequence index check for set and delete operations.David Shea2014-07-071-0/+10
| * Clean up some stylistic issues in the sequence and slice index type checks.David Shea2014-07-072-13/+13
| * Merge upstream default into list-index-checkerDavid Shea2014-07-062-0/+13
| |\
| | * Check for invalid indices used with subclasses of sequence types.David Shea2014-07-061-0/+1
| | * Expand and correct the types used in the index and slice checks.David Shea2014-07-063-9/+12
| | * Add a check for invalid types used as slice indices.David Shea2014-07-031-0/+5
| | * Add tests for list index type checking and clean up the conditionalDavid Shea2014-07-031-0/+4
| * | Emit 'not-callable' when calling properties. Closes issue #268.cpopa2014-07-021-0/+2
| |/
| * Emit attribute-defined-outside-init for all cases, not just for the last assi...cpopa2014-07-011-0/+2
| * Issue broad-except and bare-except even if the number of except handlers is d...cpopa2014-06-272-0/+11
| * Separate the good cases from the bad cases, improve the messages.cpopa2014-06-261-24/+26
| * Merge with default.cpopa2014-06-233-1/+13
| |\