xiaoxiang781216 commented on code in PR #18426: URL: https://github.com/apache/nuttx/pull/18426#discussion_r2866941719
########## tools/checkpatch.sh: ########## @@ -406,7 +442,12 @@ while [ ! -z "$1" ]; do done for arg in $@; do - $check $arg + if [ "$arg" = "--stdin" ] && [ "$check" = "check_commit" ]; then Review Comment: why only check_commit support --stdin? it's better to support the new feature equally -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
