Skip to content

Commit

Permalink
[CI][DOCKER] Update ci-lint to pylint2.4.4 (apache#4851)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed Feb 9, 2020
1 parent 7243a14 commit 13f2155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.ci_lint
Expand Up @@ -17,15 +17,15 @@

# For lint test
# CI docker lint env
# tag: v0.51
# tag: v0.60
FROM ubuntu:16.04

RUN apt-get update && apt-get install -y sudo wget
COPY install/ubuntu_install_python.sh /install/ubuntu_install_python.sh
RUN bash /install/ubuntu_install_python.sh

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
COPY install/ubuntu_install_java.sh /install/ubuntu_install_java.sh
Expand Down

0 comments on commit 13f2155

Please sign in to comment.