Sfoglia il codice sorgente

[oozie] Whitelist old test file from lint

Romain Rigaux 4 anni fa
parent
commit
26278446b2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      tools/ci/check_for_python_lint.sh

+ 1 - 0
tools/ci/check_for_python_lint.sh

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