ci: add pylint as part of CI

add pylint to catch static issues of python
files in the repo.

User can now run make lint-py for pylint
check on python files.

Signed-off-by: Yug Gupta <ygupta@redhat.com>
This commit is contained in:
Yug Gupta
2020-06-28 23:31:01 +05:30
committed by mergify[bot]
parent 6ea163af21
commit 306d5b1da0
4 changed files with 20 additions and 1 deletions

View File

@ -31,6 +31,8 @@ RUN source /build.env \
ShellCheck \
yamllint \
npm \
python3-prettytable \
pylint \
&& dnf -y update \
&& dnf -y clean all \
&& gem install mdl \