summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* Remove unused linefix-362moylop2602015-09-271-1/+0
* Fix #362 - support in import and add testmoylop2602015-09-276-2/+16
* Fix #362 - Show deprecated-module even if the module is not installedmoylop2602015-09-261-1/+1
* Grammar fix.Claudiu Popa2015-09-233-6/+6
* Retrieve the qualified name only after filtering the proper needs.Claudiu Popa2015-09-212-2/+9
* Show what nonlocal was found without a binding.Claudiu Popa2015-09-213-4/+17
* Disable deprecated-method for using cgi.escape.Claudiu Popa2015-09-211-2/+3
* Add changelog entry for 014f596 and a couple of other fixes.Claudiu Popa2015-09-212-4/+6
* Add a comment regarding the nodes we're not interested into.Claudiu Popa2015-09-211-1/+2
* Merged in matrixise/pylint/fix-582 (pull request #274)Claudiu Popa2015-09-215-1/+51
|\
| * Add a new check for the nonlocal variables without binding (close issue #582)fix-582Stephane Wirtel2015-09-215-1/+51
* | Merged in fnstudio/pylint (pull request #275)Claudiu Popa2015-09-211-2/+10
|\ \
| * | deprecated method names are shown correctlypalazzem2015-09-211-2/+10
| * | Merged in palazzem/pylint (pull request #271)Claudiu Popa2015-09-215-12/+35
| |\ \
| * | | fixed _check_deprecated_method during pylint lintingpalazzem2015-09-211-2/+2
| | |/ | |/|
* | | Fix issue #314: bad-whitespace looks weird when the line does not end with ne...Fabio Natali2015-09-213-2/+15
| |/ |/|
* | Improve the test suite for deprecated-methodClaudiu Popa2015-09-215-12/+35
|/
* Fix tests and use all the inference results when checking for bad-open-mode a...Claudiu Popa2015-09-213-16/+18
* Deprecation check based on Python versionCezar2015-09-208-70/+100
* Fix some errorsCezar2015-09-203-6/+6
* Remove old test for deprecated methodsCezar2015-09-201-122/+0
* Update functional tests for deprecated methodsCezar2015-09-205-8/+30
* Add checker for method deprecationCezar2015-09-201-50/+67
* Add tests for deprecationCezar2015-09-191-0/+122
* Add deprecation checkersCezar2015-09-191-27/+59
* Merged logilab/pylint into defaultcezarelnazli2015-09-192-1/+11
|\
| * Abbreviations of command line options are not supported anymore.Claudiu Popa2015-09-192-1/+11
* | Document the checker methodCezar2015-09-191-0/+4
* | Add check for deprecated unittest aliasesCezar2015-09-191-2/+25
|/
* Fix indentation problem.Claudiu Popa2015-09-191-2/+2
* Move the block after the check_reimport block.Claudiu Popa2015-09-191-5/+5
* Use a counter instead of manually peeking at the next items.Claudiu Popa2015-09-191-5/+8
* Add test for reimports on single lineCezar2015-09-191-1/+11
* Use enumarete() instead of range()Cezar2015-09-191-3/+3
* Raise 'reimported' on duplice import on single lineCezar2015-09-191-0/+7
* Get the sections sorted in options_by_section. This means the generated rcfil...Claudiu Popa2015-09-181-1/+1
* Remove trailing whitespace.Claudiu Popa2015-09-181-1/+1
* Exempt str.format from redundant-keyword-arg when self is passed as a keywordClaudiu Popa2015-09-182-2/+18
* Make pylint work with Python 3.5 changes in astroid.Claudiu Popa2015-09-185-26/+67
* Fix false positives with unnecessary-lambda. Closes issue #630.Claudiu Popa2015-09-051-14/+2
* Bring logilab-common's ureports into pylint.reporters.Claudiu Popa2015-09-0518-28/+834
* Fix the name of the attribute, it's six.string_types.Claudiu Popa2015-09-051-1/+1
* fixed merge conflictObscuron2015-09-0444-450/+1394
|\
| * Allow a bare raise only inside an except clause.Claudiu Popa2015-09-043-17/+17
| * Add missing tests.Claudiu Popa2015-09-042-0/+80
| * Add a new error, 'misplaced-bare-raise'.Claudiu Popa2015-09-041-3/+32
| * Make the --profile flag obsolete. Will be removed in Pylint 1.6.Claudiu Popa2015-09-022-15/+7
| * Bring parts of logilab.common.configuration and logilab.common.optik_ext into...Claudiu Popa2015-09-016-63/+826
| * Update the version to reflect what will be released. Some users are using the...Claudiu Popa2015-08-261-1/+1
| * Use the new node names for the visit and leave methodsClaudiu Popa2015-08-2625-141/+182