mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
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:
@ -31,6 +31,8 @@ RUN source /build.env \
|
||||
ShellCheck \
|
||||
yamllint \
|
||||
npm \
|
||||
python3-prettytable \
|
||||
pylint \
|
||||
&& dnf -y update \
|
||||
&& dnf -y clean all \
|
||||
&& gem install mdl \
|
||||
|
Reference in New Issue
Block a user