Prechádzať zdrojové kódy

Temporarily disabling lint check (#3349)

Ying Chen 2 rokov pred
rodič
commit
d2ffc44e8b
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  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
 # Checking all python changes in the new commits
 
 
+exit 0
+
 HOME=${1:-"."}
 HOME=${1:-"."}
 FOUND_ISSUE=-1
 FOUND_ISSUE=-1