소스 검색

Disabling lint check for /ext-py3 folder (#2898)

Prakash Ranade 3 년 전
부모
커밋
0f1a1b7290
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tools/ci/check_for_python_lint.sh

+ 1 - 0
tools/ci/check_for_python_lint.sh

@@ -22,6 +22,7 @@ FOUND_ISSUE=-1
 
 files=`git diff --name-only origin/master --diff-filter=b | egrep .py$ | \
   grep -v /ext-py/ | \
+  grep -v /ext-py3/ | \
   grep -v wsgiserver.py | \
   grep -v /migrations/ | \
   grep -v apps/oozie/src/oozie/tests.py | \