summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix indentation, add changelog entryunused-importRadu Ciorba2015-03-313-3/+6
* fix commentRadu Ciorba2015-03-301-1/+1
* add another test case + fixed an import errorRadu Ciorba2015-03-303-2/+5
* fix unused-import false positive when the import is used in a class assignmentRadu Ciorba2015-03-301-5/+11
* update the testRadu Ciorba2015-03-301-2/+3
* add functional tests for unsed import false positive #475Radu Ciorba2015-03-281-2/+5
* The colorized reporter now works on Windows. Closes issue #96.Claudiu Popa2015-03-273-2/+20
* Expand tilde in spelling-private-dict-filePavel Roskin2015-03-271-0/+6
* boolean-datetime is disabled for Python 3.5+Claudiu Popa2015-03-261-0/+2
* For Python 3.3 we get a different error, use the default test for it.Claudiu Popa2015-03-261-0/+0
* Fix some tests for the drone.io.Claudiu Popa2015-03-264-8/+3
* Finish converting tests to work both on Python 2 and 3. Also, drop 2to3 for t...Claudiu Popa2015-03-2616-26/+50
* Don't emit an unused-wildcard-import for imported __future__ names from other...Claudiu Popa2015-03-263-2/+26
* Try to make the tests compatible with both Python 2 and Python 3.Claudiu Popa2015-03-2674-403/+406
* Improve the performance of --jobs when dealing only with a package name.Claudiu Popa2015-03-242-8/+11
* --jobs can be used with --load-plugins now. Closes issue #456.Claudiu Popa2015-03-242-1/+6
* Remove decorated_with_abc in the favour of decorated_with, which supports mul...Claudiu Popa2015-03-232-17/+8
* Allow ending a pragma control with a semicolon.Claudiu Popa2015-03-232-1/+10
* Add new contributor.Claudiu Popa2015-03-231-3/+5
* Merged in raduciorba/pylint/not-context-manager (pull request #240)Claudiu Popa2015-03-230-0/+0
|\
* \ merged default from logilab/pylint and resolve conflictnot-context-managerRadu Ciorba2015-03-234-0/+70
|\ \ | |/
| * Merged in raduciorba/pylint/confusing-with-statement (pull request #241)Claudiu Popa2015-03-234-0/+70
| |\
| | * add warning for confusing usage of with statementconfusing-with-statementRadu Ciorba2015-03-224-0/+70
| |/
* | add 'not-context-manager' errorRadu Ciorba2015-03-225-1/+86
|/
* Promote a couple of warnings to errors.Claudiu Popa2015-03-207-19/+26
* Revert unwanted change.Claudiu Popa2015-03-201-1/+1
* Add ChangeLog entry and new contributor.Claudiu Popa2015-03-182-0/+8
* Merged in myint/pylint (pull request #237)Claudiu Popa2015-03-1810-29/+82
|\
| * Handle the case where SyntaxError is reraised as AstroidBuildingException.Claudiu Popa2015-03-182-4/+8
| * Add an extra hint (ex: "add 3 spaces") to bad-continuation message.Daniel Balparda2015-03-173-18/+28
| * Added tag pylint-1.4.3 for changeset b8ff6bf98468Claudiu Popa2015-03-140-0/+0
| * Prepare 1.4.3 release.pylint-1.4.3Claudiu Popa2015-03-143-4/+4
| * Added a new option for controlling the peephole optimizer in astroid.Claudiu Popa2015-03-143-2/+41
| * Use only one job for linting pylint.Claudiu Popa2015-03-141-1/+1
* | Remove unnecessary changeSteven Myint2015-03-151-1/+1
* | Move to functional per Claudiu's noteSteven Myint2015-03-143-16/+13
* | Disable irrelevant checkSteven Myint2015-03-141-1/+1
* | RevertSteven Myint2015-03-141-11/+0
* | Remove unnecessary loopSteven Myint2015-03-131-2/+1
* | Remove unused importSteven Myint2015-03-131-1/+0
* | Add "duplicate-except" checkerSteven Myint2015-03-134-2/+39
|/
* Document what include-ids and --symbols did in the past and point to msg-temp...Claudiu Popa2015-03-121-4/+9
* Use the license from __pkginfo__, not the builtin function.Claudiu Popa2015-03-121-1/+1
* Add ChangeLog entries for the removal of three warningsClaudiu Popa2015-03-111-0/+6
* Remove abstract-class-not-used, for the same reasons as star-args and abstrac...Claudiu Popa2015-03-1113-95/+45
* Remove abstract-class-little-used warning, since it doesn't add any real value.Claudiu Popa2015-03-1111-39/+9
* Remove the star-args error.Claudiu Popa2015-03-118-53/+10
* Added tag pylint-1.4.2 for changeset 6f4aefa175c0Claudiu Popa2015-03-110-0/+0
* Prepare 1.4.2 releasepylint-1.4.2Claudiu Popa2015-03-113-4/+5
* Run pylint testenv with tox.Claudiu Popa2015-03-061-1/+1