summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged in mibalint/pylint (pull request #234)Claudiu Popa2015-03-0611-57/+200
|\
| * Fix the number of underscores in __implements__Pavel Roskin2015-03-021-1/+1
| * Fix a couple of doc warnings, use string continuation.Claudiu Popa2015-03-024-53/+53
| * Make the doc buildable using the current checkoutSandro Tosi2015-03-011-1/+2
| * Make the --py3k flag commutative with the -E flag.Claudiu Popa2015-02-285-1/+87
| * Add a new warning for the Python 3 porting checker, 'using-cmp-argument'.Claudiu Popa2015-02-283-1/+57
* | Add tox.ini bootstrap (stolen from astroid)Mihai Balint2015-03-031-0/+9
* | remove more checks from disabled list, fix code to pass these: C0303,C0304,C0...Mihai Balint2015-02-282-2/+1
* | start removing checks from disabled list, fix code to make sure these pass: C...Mihai Balint2015-02-284-16/+25
* | add all pylint codes to the disable list, runnint pylint pylint will now rate...Mihai Balint2015-02-281-2/+1
* | add pylintrc generated by with pylintMihai Balint2015-02-281-0/+380
|/
* Merged in godfryd/pylint/docs-improvements2 (pull request #232)Claudiu Popa2015-02-286-24/+50
|\
| * Merged default into docs-improvements2docs-improvements2Michal Nowikowski2015-02-281-0/+4
| |\
| | * Merged logilab/pylint into defaultMichal Nowikowski2015-02-281-0/+4
| | |\ | |_|/ |/| |
* | | Add missing call to unittest.main() in unittest_checker_exceptions.pyPavel Roskin2015-02-261-0/+4
| * | Various changes related to docsMichal Nowikowski2015-02-276-24/+50
| |/
| * Backed out changeset 406c23c24795Michal Nowikowski2015-02-286-50/+24
| * Various changes related to docsMichal Nowikowski2015-02-276-24/+50
|/
* Backed out changeset c1f2f0c187b0Claudiu Popa2015-02-271-0/+5
* Remove Python3Checker constructor, visit_module() does all its jobPavel Roskin2015-02-261-5/+0