You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/02/18 00:00:10 UTC

[GitHub] [tvm] areusch commented on a change in pull request #10284: Add -i option to fix ASF headers to lint scripts.

areusch commented on a change in pull request #10284:
URL: https://github.com/apache/tvm/pull/10284#discussion_r809568735



##########
File path: docker/lint.sh
##########
@@ -37,6 +37,9 @@ function run_lint_step() {
             ;;
         asf)
             cmd=( tests/lint/check_asf_header.sh --local )
+            if [ $inplace_fix -eq 1 ]; then

Review comment:
       edited the --help




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org