summaryrefslogtreecommitdiff
path: root/.pylintrc
Commit message (Expand)AuthorAgeFilesLines
* Use python3-style super()Akihiro Motoki2020-10-151-2/+0
* pylint: Fix unnecessary-comprehension warningAkihiro Motoki2020-09-271-2/+0
* pylint: Address no-else-return warningAkihiro Motoki2020-09-271-1/+0
* pylint: Address no-else-continue/no-else-raise warningsAkihiro Motoki2020-09-271-4/+0
* Follow-up on pylint upgradeAkihiro Motoki2020-09-271-4/+10
* Bump pylint version to support python3.8Akihiro Motoki2020-09-101-0/+8
* Use the python real executableYves-Gwenael Bourhis2019-07-171-1/+1
* pylint: fix cyclic-importAkihiro Motoki2019-02-091-1/+0
* pylint: fix raising-non-exception errorAkihiro Motoki2019-01-201-1/+0
* pylint: fix unexpected-keyword-arg errorAkihiro Motoki2019-01-171-1/+0
* Merge "pylint: fix too-many-nested-blocks/redefined-argument-from-local"Zuul2019-01-161-2/+0
|\
| * pylint: fix too-many-nested-blocks/redefined-argument-from-localAkihiro Motoki2019-01-171-2/+0
* | Merge "pylint: fix some refactor recommendations"Zuul2019-01-161-3/+0
|\ \
| * | pylint: fix some refactor recommendationsAkihiro Motoki2019-01-171-3/+0
| |/
* | Merge "pylint: fix redundant-keyword-arg error"Zuul2019-01-161-1/+0
|\ \
| * | pylint: fix redundant-keyword-arg errorAkihiro Motoki2019-01-171-1/+0
| |/
* | Merge "pylint: Ignore existing misplaced-bare-raise error"Zuul2019-01-161-1/+0
|\ \
| * | pylint: Ignore existing misplaced-bare-raise errorAkihiro Motoki2019-01-171-1/+0
| |/
* | pylint: fix several coding convention violationsAkihiro Motoki2019-01-171-6/+0
|/
* Merge "pylint: fix len-as-condition warning"Zuul2019-01-161-1/+0
|\
| * pylint: fix len-as-condition warningAkihiro Motoki2019-01-161-1/+0
* | Merge "pylint: fix useless-super-delegation warning"Zuul2019-01-161-1/+0
|\ \
| * | pylint: fix useless-super-delegation warningAkihiro Motoki2019-01-161-1/+0
| |/
* | Merge "pylint: fix trailing-comma-tuple warning"Zuul2019-01-161-1/+0
|\ \
| * | pylint: fix trailing-comma-tuple warningAkihiro Motoki2019-01-161-1/+0
| |/
* | Merge "pylint: fix unnecessary-pass warning"Zuul2019-01-161-1/+0
|\ \
| * | pylint: fix unnecessary-pass warningAkihiro Motoki2019-01-161-1/+0
| |/
* | Merge "pylint: fix simplifiable-if-statement/expression"Zuul2019-01-161-2/+0
|\ \
| * | pylint: fix simplifiable-if-statement/expressionAkihiro Motoki2019-01-161-2/+0
| |/
* | pylint: fix bad-mcs-classmethod-argument warningAkihiro Motoki2019-01-161-1/+0
|/
* pylint: fix import-errorAkihiro Motoki2019-01-161-1/+0
* pylint: fixes several errorsAkihiro Motoki2019-01-161-4/+0
* Merge "pylint: fix several warnings"Zuul2019-01-151-9/+0
|\
| * pylint: fix several warningsAkihiro Motoki2019-01-151-9/+0
* | Merge "pylint: ignore access-member-before-definition explicitly"Zuul2019-01-151-1/+0
|\ \
| * | pylint: ignore access-member-before-definition explicitlyAkihiro Motoki2019-01-151-1/+0
| |/
* | Merge "pylint: Drop non-existing IPAddressField"Zuul2019-01-151-1/+0
|\ \
| * | pylint: Drop non-existing IPAddressFieldAkihiro Motoki2019-01-151-1/+0
| |/
* | pylint: fix bad-super-callAkihiro Motoki2019-01-151-1/+0
|/
* pylint: Fix consider-using-(dict|set)-comprehensionAkihiro Motoki2019-01-131-2/+0
* Enable pylint in horizonAkihiro Motoki2019-01-121-7/+110
* updating run_tests.sh to mimic other openstack projects, pep8, pylint, coverageJoe Heck2011-08-311-0/+42