This is an automated email from the ASF dual-hosted git repository.
moreau pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 02b643b typo (#6352)
add 34647ed Add docker/lint.sh, for running dockerized lint scripts
locally (#6333)
No new revisions were added by this update.
Summary of changes:
Jenkinsfile | 2 +
Makefile | 10 +-
docker/bash.sh | 25 ++-
...nstall_ethosn_driver_stack.sh => dev_common.sh} | 54 +++----
docker/lint.sh | 78 +++++++++
docs/contribute/pull_request.rst | 16 +-
.../task_lint.sh => lint/check_asf_header.sh} | 64 +++-----
.../lint/clang_format.sh | 11 +-
.../tvm/target/arm_isa.py => tests/lint/cppdocs.sh | 25 ++-
.../CODEGENC.cmake => tests/lint/cpplint.sh | 7 +-
tests/lint/filter_untracked.py | 71 +++++++++
.../ubuntu_install_dgl.sh => tests/lint/jnilint.sh | 7 +-
conda/tvm/build.sh => tests/lint/pylint.sh | 9 +-
tests/python/unittest/test_filter_untracked.py | 177 +++++++++++++++++++++
tests/scripts/task_lint.sh | 34 +---
15 files changed, 443 insertions(+), 147 deletions(-)
copy docker/{install/ubuntu_install_ethosn_driver_stack.sh => dev_common.sh}
(52%)
mode change 100755 => 100644
create mode 100755 docker/lint.sh
copy tests/{scripts/task_lint.sh => lint/check_asf_header.sh} (55%)
copy conda/conda_build_config.yaml => tests/lint/clang_format.sh (80%)
mode change 100644 => 100755
copy python/tvm/target/arm_isa.py => tests/lint/cppdocs.sh (66%)
mode change 100644 => 100755
copy cmake/modules/contrib/CODEGENC.cmake => tests/lint/cpplint.sh (79%)
mode change 100644 => 100755
create mode 100644 tests/lint/filter_untracked.py
copy docker/install/ubuntu_install_dgl.sh => tests/lint/jnilint.sh (90%)
mode change 100644 => 100755
copy conda/tvm/build.sh => tests/lint/pylint.sh (84%)
mode change 100644 => 100755
create mode 100644 tests/python/unittest/test_filter_untracked.py