浏览代码

Temporarily disabling lint check (#3349)

Ying Chen 2 年之前
父节点
当前提交
d2ffc44e8b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      tools/ci/check_for_python_lint.sh

+ 2 - 0
tools/ci/check_for_python_lint.sh

@@ -17,6 +17,8 @@
 
 # Checking all python changes in the new commits
 
+exit 0
+
 HOME=${1:-"."}
 FOUND_ISSUE=-1