summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/scripts/python-lint.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts: remove deprecated bd-xlator optionAmar Tumballi2019-04-301-1/+1
| | | | | Change-Id: Ic7756d3b03539a9e36c8995c00705d635618c87d Signed-off-by: Amar Tumballi <amarts@redhat.com>
* Fix pylint errorsNigel Babu2019-02-051-2/+2
| | | | Change-Id: I595561c39b84bf4f98fd082b397093d1e21585c8
* Fixes the bug in python-lint jobDeepshikha khandelwal2018-11-141-2/+2
| | | | Change-Id: I28540b0c27db9afc710e7d4f0511866a13b97f91
* Change the node to fedora for python-lint jobDeepshikha khandelwal2018-11-131-1/+1
| | | | Change-Id: I5a59a56adba4b45d178a3f8123dbf91abc536ff9
* Install flake8 and pylint for python-lint jobDeepshikha khandelwal2018-11-121-0/+7
| | | | Change-Id: Ib99cc633b0ba1307ecdae456705f697e6b0d22f2
* Smoke job for python validation using tools like flake8 and pylintDeepshikha khandelwal2018-11-091-0/+26
- pylint: Output will be archived in pylint-check.txt. This job will fail if there's any [W]arning, [C]onvention, [R]efactor, [E]rror, [F]atal message type. - flake8: Output will be archived in flake8-check.txt This is a non-voting smoke job for now. The count of pylint and flake8 issue is too huge as mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=1584992 Change-Id: Idbe0ebfdbbf9ac955c26bd4befc4b3cf9f62d395