Skip to content

Commit

Permalink
Add flake8 to docker/lint.sh (apache#9055)
Browse files Browse the repository at this point in the history
  • Loading branch information
areusch authored Sep 22, 2021
1 parent ae3c5d6 commit d9aae9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ function run_lint_step() {
cpplint)
cmd=( tests/lint/cpplint.sh )
;;
flake8)
cmd=( tests/lint/flake8.sh )
;;
pylint)
cmd=( tests/lint/pylint.sh )
;;
Expand Down

0 comments on commit d9aae9c

Please sign in to comment.