summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [test] extract python 2.7 specific code from func_dangerous_value to avoid fa...Sylvain Th?nault2013-04-253-7/+10
* [test] move gtk enum crash test out of automatic functional tests,Sylvain Th?nault2013-04-252-0/+11
* [test] grmbl, C0121 disabling was missingSylvain Th?nault2013-04-251-1/+1
* fix failing testSylvain Th?nault2013-04-251-3/+4
* Change C0109 [useless-else-on-loop] to W0120 (W0109 is already taken) and cha...Torsten Marek2013-04-252-3/+8
* add test case for (astng fixed) #127416Sylvain Th?nault2013-04-161-0/+19
* consistent product naming: PylintSylvain Th?nault2013-04-163-3/+3
* Emit a warning for loops that have an else clause but no break or return.Torsten Marek2013-03-292-0/+44
* Lambdas can contain yields, do not warn about them.Torsten Marek2013-03-292-0/+7
* Make sure that pragmas that apply to whole lines are interpreted literally, s...Torsten Marek2013-03-292-0/+16
* Improve the warning message for E1124[redundant-keyword-arg].Torsten Marek2013-03-291-1/+1
* Warn about duplicate argument names. Python raises a SyntaxError, but it's notTorsten Marek2013-03-292-0/+17
* Unify handling for dangerous default values and make sure that set, dict and ...Torsten Marek2013-03-292-1/+15
* Warn about suspicious arguments in {bytes,str,unicode}.{l,r,}strip calls. Clo...Torsten Marek2013-03-292-0/+12
* add test for #124337, fixed in logilab-astngSylvain Th?nault2013-03-291-0/+11
* add test for #122793 (fixed in astng)Sylvain Th?nault2013-03-271-0/+9
* give [deprecated-lambda] when a map/filter of a lambda could be a comprehensi...Martin Pool2013-02-262-0/+24
* string check: don't warn about octal escape sequence, warn about \o (not octa...Martin Pool2013-02-252-5/+12
* closes #113231. logging checker now looks at instances of Logger classes in a...Mike Bryant2012-12-062-0/+26
* disable R0924 here to fix test_regr.test_gtk_importSylvain Th?nault2013-02-201-1/+1
* Emit a warning if __all__ contains non-string objects.tmarek2013-01-084-0/+24
* backport stableSylvain Th?nault2013-01-089-3/+63
|\
| * backport stableSylvain Th?nault2012-11-129-3/+63
| |\
| | * Add messages I0020 and I0021 for reporting of suppressed messages and useless...tmarek2012-11-125-2/+50
| | * Change the regular expression for inline options so that a preceeding # is no...tmarek2012-11-071-0/+2
| | * add support for --disable=all option (closes: #105327)Alexandre Fayolle2012-10-033-1/+11
* | | Fixed a couple of bugs in the __all__ handling and added a newstabletmarek2013-01-083-0/+23
* | | Fix emission of reimport warnings and extend the testcase.tmarek2013-01-082-3/+27
* | | erroneous W0212 (access to protected member) on super call. Closes #115580Martin Pool2013-01-081-0/+22
|/ /
* | Fixes a crash when an __init__ method in a base class has been created by ass...tmarek2012-11-122-1/+14
|/
* Add --ignore-imports option to similarity checking. Closes #106534.Ry4an Brase2012-09-293-53/+122
* don't want to run a checker only because of a Fatal errorSylvain Th?nault2012-09-201-9/+3
* Add name type in C0103 messageSylvain Th?nault2012-09-203-12/+12
* integrate patch from Peter Hammond to check protocol completness and avoid fa...Peter Hammond2012-09-283-1/+53
* Added the ability to specify reporter class name as report's 'output-format'.Kevin Jing Qiu2012-09-201-0/+13
* lint fixesSylvain Th?nault2012-09-191-4/+1
* stop using assert_, rather use assertTrue / assertFalseSylvain Th?nault2012-09-191-55/+63
* Closes #104572: symbolic warning names in output (by Martin Pool)Martin Pool2012-09-192-5/+38
* [format checker] check for anomalous backslash escape (new W1401, W1402). Clo...Sylvain Th?nault2012-09-192-0/+52
* fix R0801 similarities bug. Closes #63424Anthony VEREZ2012-09-191-3/+2
* create a console_scripts entry point to be used by easy_install, buildout and...Sylvain Th?nault2012-09-141-14/+20
* Fix false positive W0231 for missing call to object.__init__. Closes #103656FELD Boris2012-09-191-0/+10
* Add test and code for handling __all__ with pylint. Closes #4685.FELD Boris2012-09-192-0/+49
* Improve checking of metaclass methods's first arg. Closes #4014.FELD Boris2012-09-196-25/+52
* fix test broken by 27930e5ee87eSylvain Th?nault2012-09-061-1/+1
* fix grammatical error for W0332 message. Closes #100654Sylvain Th?nault2012-08-291-1/+1
* Adds check for boolop being used as exception class. Closes #100707.Tim Hatch2012-08-292-0/+19
* Refactor test_func in order to extract common part for reutilization in pylin...FELD Boris2012-07-045-255/+44
* Fix tests which failed on tempfile file comparaison due to Mac OS X which mak...FELD Boris2012-06-071-0/+15
* split test to isolate py 2.7 specific syntax and get tests back to green with...Sylvain Th?nault2012-06-074-11/+16