[AIRFLOW-XXX] Ignore rbac node_modules when running pylint (#5670)

This commit is contained in:
Felix Uellendall 2019-07-28 16:23:30 +02:00 коммит произвёл Jarek Potiuk
Родитель ed6d56d7b1
Коммит 80d87923c6
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -46,6 +46,7 @@ if [[ ${#@} == "0" ]]; then
# the directory and only excludes it after all of it is scanned
find . \
-path "./airflow/www/node_modules" -prune -o \
-path "./airflow/www_rbac/node_modules" -prune -o \
-path "./airflow/_vendor" -prune -o \
-path "./.eggs" -prune -o \
-path "./docs/_build" -prune -o \