summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ensure doc has the correct versionSylvain Th?nault2014-04-221-2/+2
* [doc]?use symbolic name in message control examlple. Closes #27Sylvain Th?nault2014-04-221-11/+11
* Added tag pylint-1.2 for changeset ee1190f87c82Sylvain Th?nault2014-04-220-0/+0
* Removed tag pylint-1.1pylint-1.2Sylvain Th?nault2014-04-220-0/+0
* fix debian changelogSylvain Th?nault2014-04-221-1/+1
* Added tag pylint-1.1 for changeset 13dbaf45f432Sylvain Th?nault2014-04-180-0/+0
* 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/+66
|\
| * Merged logilab/pylint into defaultHolger Peters2014-04-162-3/+66
| |\
| | * mergeHolger Peters2014-04-151-1/+1
| | |\
| | | * Removing numpy from defaults for ignored modules in type checkerHolger Peters2014-04-151-1/+1
| | * | Merged logilab/pylint into defaultHolger Peters2014-04-152-3/+66
| | |\ \ | | | |/
| | | * Merge upstream changesHolger Peters2014-04-114-22/+33
| | | |\
| | | | * Merged logilab/pylint into defaultHolger Peters2014-04-111-2/+10
| | | | |\
| | | * | | Add more tests for TypeChecker's getattr check and ignored_modulesHolger Peters2014-04-111-13/+39
| | | * | | Create a test for the TypeCheckerHolger Peters2014-04-111-0/+29
| | | * | | Make optparse a default for the ignored modules parameterHolger Peters2014-04-111-5/+5
| | | | |/ | | | |/|
| | | * | Merged logilab/pylint into defaultHolger Peters2014-04-111-2/+10
| | | |\ \
| | | | * | Add 'ignored-modules' option to type checker to avoid false-positives w/ numpyHolger Peters2014-04-071-2/+10
* | | | | | Do not attempt to analyze non python file, eg .so file. Closes #122Sylvain Th?nault2014-04-162-3/+5
|/ / / / /
* | | | | [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
|/ / / /
* | | | 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-14132-584/+2290
|\ \ \ \
| * | | | Fix test for Python < 2.7.cpopa2014-04-141-1/+1
| * | | | Fix tests for < Python 2.7.cpopa2014-04-145-3/+151
| * | | | Fix Python < 2.7 compatibility.cpopa2014-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