소스 검색

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