summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed tag pylint-1.1pylint-1.2Sylvain Thénault2014-04-221-0/+2
* fix debian changelogSylvain Thénault2014-04-221-1/+1
* Added tag pylint-1.1 for changeset 13dbaf45f432Sylvain Thénault2014-04-181-0/+1
* pylint 1.1Sylvain Thénault2014-04-184-6/+16
* regenerate doc/example/manSylvain Thénault2014-04-182-35/+104
* oops, drop unintentionnaly commited print, breaking py3 installSylvain Thénault2014-04-181-1/+0
* [variable checker] fix dummy-variable-rgx help. Closes #75Sylvain Thénault2014-04-181-2/+2
* [packaging] attempt to skip byte-compilation for tests filesSylvain Thénault2014-04-181-3/+9
* [test] rename test modulesSylvain Thénault2014-04-188-19/+26
* Do not crash in update mode if a file does not exist.Torsten Marek2014-04-171-3/+5
* Use one symbol for warning about deprecated pragmas.Torsten Marek2014-04-173-19/+15
* Remove F0004[unexpected-inferred-value], it's not used anywhere.Torsten Marek2014-04-171-4/+0
* Only use and emit symbolic warnings in the main linter moduleTorsten Marek2014-04-176-30/+30
* Only emit symbolic warnings from the misc checker.Torsten Marek2014-04-172-3/+3
* Only emit symbolic warnings from the logging checker.Torsten Marek2014-04-172-8/+8
* Only emit symbolic warnings from the design analysis checker.Torsten Marek2014-04-171-15/+22
* Stop setting active_msgs on checkers, as they can just rely on is_message_ena...Torsten Marek2014-04-162-3/+0
* Only emit symblic warnings from the variables checker.Torsten Marek2014-04-161-29/+32
* Only emit symbolic warnings from the format checker.Torsten Marek2014-04-162-40/+40
* remove optparse from default ignored-modules, we'll find another proper way t...Sylvain Thénault2014-04-172-16/+3
* Merged logilab/pylint into defaultHolger Peters2014-04-172-3/+5
|\
| * Do not attempt to analyze non python file, eg .so file. Closes #122Sylvain Thénault2014-04-162-3/+5
* | Merged logilab/pylint into defaultHolger Peters2014-04-166-13/+91
|\ \ | |/
| * [classes checker] fix access-member-before-definition false negative wrt aug ...Sylvain Thénault2014-04-153-0/+40
| * various cleanupsSylvain Thénault2014-04-153-12/+16
| * [variable checker] Fix unused import false positive with augment assignment. ...Anthony Truchet2014-04-113-1/+28
| * [test utils] add walk method to CheckerTestCaseSylvain Thénault2014-04-151-0/+7
* | mergeHolger Peters2014-04-1542-226/+546
|\ \
| * \ Merged logilab/pylint into defaultHolger Peters2014-04-1542-226/+546
| |\ \ | | |/
| | * fix fsf addressSylvain Thénault2014-04-151-1/+1
| | * More fixes to merge.Manuel Vázquez Acosta2014-04-141-16/+2
| | * Fix merge error. Closes #133.Manuel Vázquez Acosta2014-04-142-5/+6
| | * Update and merge from upstream.Manuel Vázquez Acosta2014-04-14133-584/+2292
| | |\
| | | * Fix test for Python < 2.7.Claudiu Popa2014-04-141-1/+1
| | | * Fix tests for < Python 2.7.Claudiu Popa2014-04-145-3/+151
| | | * Fix Python < 2.7 compatibility.Claudiu Popa2014-04-141-1/+1
| | | * fix test for python 3Sylvain Thénault2014-04-146-3/+15
| | | * update test_func exhaustivity testingSylvain Thénault2014-04-143-19/+12
| | | * delete trailing whitespacesSylvain Thénault2014-04-142-3/+4
| | | * adapt list of deprecated modules to python 3 and update test accordinglySylvain Thénault2014-04-146-3/+21
| | | * restore newstyle checker, we still want (part of) the super call checks. Rely...Sylvain Thénault2014-04-141-8/+11
| | | * Always register messages even if they may not be emitted.Sylvain Thénault2014-04-141-2/+2
| | | * use symbolic names in the newstyle checkerSylvain Thénault2014-04-141-8/+8
| | | * [test] strip output to avoid dumb errorsSylvain Thénault2014-04-141-2/+2
| | | * Fix naming of invocation types, astroid exports a lot more information, and c...Torsten Marek2014-04-103-24/+73
| | | * Improve pragma handling to not detect pylint:* strings in non-comments.Torsten Marek2014-04-103-6/+6
| | | * Only emit symbolic warnings from the stdlib checker.Torsten Marek2014-04-101-2/+2
| | | * Only emit symbolic warnings from the imports checker.Torsten Marek2014-04-101-11/+11
| | | * Emit only symbolic names from the classes checker.Torsten Marek2014-04-101-30/+29
| | | * Detect logging calls on Logger instances in almost all cases.Torsten Marek2014-04-104-37/+66