瀏覽代碼

Whitelist contents of /ops directory

Priyanka Chheda 4 年之前
父節點
當前提交
429ac3ea00
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tools/ci/check_for_python_lint.sh

+ 1 - 0
tools/ci/check_for_python_lint.sh

@@ -25,6 +25,7 @@ files=`git diff --name-only origin/master --diff-filter=b | egrep .py$ | \
   grep -v wsgiserver.py | \
   grep -v /migrations/ | \
   grep -v apps/oozie/src/oozie/tests.py | \
+  grep -v /tools/ops/ | \
   grep -v /org_migrations/`
 
 cd $HOME