summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix a false positive with 'too-many-format-args', when the format string cont...cpopa2014-08-272-0/+10
* Generate html output for missing files. Closes issue #320.cpopa2014-08-251-1/+10
* Rename test files.cpopa2014-08-232-1/+1
* Avoid old-style-class for Python 2.cpopa2014-08-231-1/+1
* Fix a crash which ocurred while checking for 'method-hidden', when the parent...cpopa2014-08-232-0/+18
* Ignore superfluous-parens.cpopa2014-08-191-1/+1
* Add a new warning, 'boolean-datetime', emitted when an instance of 'datetime....cpopa2014-08-192-0/+38
* Some work on making pylint work on Python 3 without 2to3.Torsten Marek2014-08-161-2/+0
* Implement confidence levels.Torsten Marek2014-07-2420-84/+113
* Expected output files for the new test framework are now CSV files.Torsten Marek2014-08-1619-138/+185
* Extend the reporter interface with a method that takes a message object, for ...Torsten Marek2014-08-162-4/+4
* Move definition of Message class out of reporters module, and make it a named...Torsten Marek2014-08-161-3/+3
* Change the multi-style name checker from first-style-wins to majority-style-w...Torsten Marek2014-07-241-4/+8
* Emit 'catching-non-exception' for non-class nodes. Closes issue #303.cpopa2014-08-182-0/+21
* Revert change from 3b748b4: emit old-style-classes only for classes without b...cpopa2014-08-182-7/+6
* Fix test failures.cpopa2014-08-174-4/+5
* Check that a class has an explicitly defined metaclass before emitting 'old-s...cpopa2014-08-174-1/+22
* Detect calls of the parent's __init__, through a binded super() call.cpopa2014-08-162-0/+15
* Don't emit 'protected-access' if the attribute is accessed using a property d...cpopa2014-08-141-0/+1
* Split class_members test for both Python versions.cpopa2014-08-146-0/+60
* Look in the metaclass, if defined, for members not found in the current class...cpopa2014-08-144-36/+57
* Don't emit 'unused-import' when a special object is imported (__all__, __doc_...cpopa2014-08-112-7/+12
* fixme regex handles comments without spaces after the hash. Closes issue #311.cpopa2014-08-112-1/+3
* Fix a false positive with 'too-few-format-args', when the format strings cont...cpopa2014-08-112-0/+6
* Don't count branches from nested functions.cpopa2014-08-112-0/+70
* Don't emit 'invalid-name' when assigning a name in an ImportError handler. Cl...cpopa2014-08-092-0/+30
* Fix an 'unused-import' false positive, when the error was emitted for all the...cpopa2014-08-092-2/+2
* Don't emit 'import-error' if an import was protected by a try-except, which e...cpopa2014-08-084-6/+20
* mergefix-293Michal Nowikowski2014-08-062-0/+16
|\
| * Fixed checking a list of imported names from a module in unused-import case.Michal Nowikowski2014-08-062-0/+5
| * mergeMichal Nowikowski2014-08-042-0/+11
| |\
| | * mergeMichal Nowikowski2014-08-031-0/+74
| | |\
| | * | Fixed preparing unused-import message.Michal Nowikowski2014-08-022-0/+2
| | * | Improved messages text for unused imports.Michal Nowikowski2014-08-022-0/+4
| | * | Improved presenting unused-import message. Closes issue #293.Michal Nowikowski2014-08-012-0/+5
* | | | Properly handle unicode format strings for Python 2. Closes issue #296.cpopa2014-08-053-0/+41
* | | | Don't emit 'attribute-defined-outside-init' if the attribute was set by a fun...cpopa2014-08-041-1/+33
|/ / /
* | | Properly handle nested format string fields. Closes issue #294.cpopa2014-08-042-0/+14
| |/ |/|
* | Fixes after review.Michal Nowikowski2014-08-011-1/+14
* | mergeMichal Nowikowski2014-07-314-116/+137
|\ \ | |/
| * Analyze only strings by the string format checker. Closes issue #287.cpopa2014-07-311-0/+11
| * Merged logilab/pylint into defaultClaudiu Popa2014-07-3116-53/+63
| |\
| * | Handle 'too-few-format-args' or 'too-many-format-args' for format strings wit...cpopa2014-07-314-116/+126
* | | Added to new options to spell checker: spelling-private-dict-file and spellin...Michal Nowikowski2014-07-311-0/+61
* | | Fixed merge.Michal Nowikowski2014-07-301-20/+0
* | | mergeMichal Nowikowski2014-07-3064-767/+454
|\ \ \ | | |/ | |/|
| * | Converted more test cases.Torsten Marek2014-07-3016-53/+63
| |/
| * Remove the exhaustivity test from the old framework, it just creates needless...Torsten Marek2014-07-301-25/+0
| * Remove old testcase that has already been converted.Torsten Marek2014-07-302-59/+0
| * Converted and merge test cases.Torsten Marek2014-07-305-165/+5