You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/02/17 14:59:45 UTC

[airflow] branch main updated (295efd3 -> 4ca837a)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 295efd3  Dataflow Assets (#21639)
     add 4ca837a  Remove wrapper scripts from static_checks folder (#21643)

No new revisions were added by this update.

Summary of changes:
 STATIC_CODE_CHECKS.rst                             | 59 --------------------
 scripts/ci/pre_commit/pre_commit_check_license.sh  | 49 +++++++++++++++--
 scripts/ci/pre_commit/pre_commit_flake8.sh         | 25 ++++++++-
 scripts/ci/pre_commit/pre_commit_helm_lint.sh      | 13 ++++-
 .../ci/pre_commit/pre_commit_lint_dockerfile.sh    | 36 ++++++++++++-
 scripts/ci/pre_commit/pre_commit_mypy.sh           | 26 ++++++++-
 scripts/ci/static_checks/check_license.sh          | 63 ----------------------
 scripts/ci/static_checks/flake8.sh                 | 39 --------------
 scripts/ci/static_checks/helm_lint.sh              | 28 ----------
 scripts/ci/static_checks/lint_dockerfile.sh        | 51 ------------------
 scripts/ci/static_checks/mypy.sh                   | 40 --------------
 scripts/ci/static_checks/ui_lint.sh                |  2 +-
 scripts/ci/static_checks/www_lint.sh               |  2 +-
 13 files changed, 139 insertions(+), 294 deletions(-)
 delete mode 100755 scripts/ci/static_checks/check_license.sh
 delete mode 100755 scripts/ci/static_checks/flake8.sh
 delete mode 100755 scripts/ci/static_checks/helm_lint.sh
 delete mode 100755 scripts/ci/static_checks/lint_dockerfile.sh
 delete mode 100755 scripts/ci/static_checks/mypy.sh