This is an automated email from the ASF dual-hosted git repository.
syfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new afd1f24bf6 [DOCs] Fix error on linting by adding `--rev` argument
(#16089)
afd1f24bf6 is described below
commit afd1f24bf65f636a4d004bcd741013eeb14d5fce
Author: Masahiro Hiramori <[email protected]>
AuthorDate: Thu Nov 9 11:44:06 2023 +0900
[DOCs] Fix error on linting by adding `--rev` argument (#16089)
add `--rev` argument
---
docs/contribute/pull_request.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/contribute/pull_request.rst b/docs/contribute/pull_request.rst
index 60faff3074..87da5ae1b1 100644
--- a/docs/contribute/pull_request.rst
+++ b/docs/contribute/pull_request.rst
@@ -57,7 +57,7 @@ Guidelines
.. code:: bash
# Run clang-format check for all the files that changed since
upstream/main
- docker/bash.sh ci_lint ./tests/lint/git-clang-format.sh upstream/main
+ docker/bash.sh ci_lint ./tests/lint/git-clang-format.sh --rev
upstream/main
- Add test-cases to cover the new features or bugfix the patch introduces.
- Document the code you wrote, see more at :ref:`doc_guide`