summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added tag pylint-1.4.5 for changeset 66b73ed633c21.4.4Claudiu Popa2015-12-020-0/+0
* Restrict astroid to 1.3.8pylint-1.4.5Claudiu Popa2015-12-021-2/+2
* Prepare 1.4.5.Claudiu Popa2015-12-022-2/+7
* Added tag pylint-1.4.4 for changeset 4e17fe0c44f9Claudiu Popa2015-06-300-0/+0
* Update the version to 1.4.4pylint-1.4.4Claudiu Popa2015-06-301-1/+1
* Add changelog entry.Claudiu Popa2015-06-301-0/+4
* Stop using logilab.common.__pkginfo__Julien Cristau2015-06-301-1/+1
* 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
* 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
* Remove excessive quotes in docstringsPavel Roskin2015-02-262-2/+2
* Clear Python3Checker state on every new modulePavel Roskin2015-02-251-0/+5
* Support for combining the Python 3 checker mode with the --jobs flag.Claudiu Popa2015-02-243-2/+27
* Move the patching of sys.modules in a context manager.Claudiu Popa2015-02-241-12/+21
* Refactoring.Claudiu Popa2015-02-221-16/+16
* Add new contributor.Claudiu Popa2015-02-221-0/+2
* Merged in cvrebert/pylint/impl-299 (pull request #227)Claudiu Popa2015-02-220-0/+0
|\
* | Fix #299: Warn about `type(x) is/== Y`impl-299Chris Rebert2015-02-214-1/+143
|/
* Don't emit not-iterating warnings when the builtin is used in an unpacking.Claudiu Popa2015-02-212-0/+24
* Fix a false positive with dict and not-iterating warnings.Claudiu Popa2015-02-212-4/+8
* Remove visit_discard for map-builtin-not-iterating, since it is already caugh...Claudiu Popa2015-02-212-19/+0