Unverified Commit 13f2155e by Tianqi Chen Committed by GitHub

[CI][DOCKER] Update ci-lint to pylint2.4.4 (#4851)

parent 7243a146
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# For lint test # For lint test
# CI docker lint env # CI docker lint env
# tag: v0.51 # tag: v0.60
FROM ubuntu:16.04 FROM ubuntu:16.04
RUN apt-get update && apt-get install -y sudo wget RUN apt-get update && apt-get install -y sudo wget
...@@ -25,7 +25,7 @@ COPY install/ubuntu_install_python.sh /install/ubuntu_install_python.sh ...@@ -25,7 +25,7 @@ COPY install/ubuntu_install_python.sh /install/ubuntu_install_python.sh
RUN bash /install/ubuntu_install_python.sh RUN bash /install/ubuntu_install_python.sh
RUN apt-get install -y doxygen graphviz git RUN apt-get install -y doxygen graphviz git
RUN pip3 install cpplint pylint==1.9.4 mypy RUN pip3 install cpplint pylint==2.4.4 mypy
# java deps for rat # java deps for rat
COPY install/ubuntu_install_java.sh /install/ubuntu_install_java.sh COPY install/ubuntu_install_java.sh /install/ubuntu_install_java.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment