zhongzhijie1 commented on PR #16650:
URL: https://github.com/apache/nuttx/pull/16650#issuecomment-3038317515
@jerpelea hello
--
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.
zhongzhijie1 commented on code in PR #16650:
URL: https://github.com/apache/nuttx/pull/16650#discussion_r2179424633
##
tools/checkpatch.sh:
##
@@ -93,6 +94,24 @@ is_cmake_file() {
fi
}
+format_file() {
+ if [ ${@##*.} == 'py' ]; then
Review Comment:
thanks, commit in
simbit18 commented on code in PR #16650:
URL: https://github.com/apache/nuttx/pull/16650#discussion_r2179331724
##
tools/checkpatch.sh:
##
@@ -93,6 +94,24 @@ is_cmake_file() {
fi
}
+format_file() {
+ if [ ${@##*.} == 'py' ]; then
Review Comment:
Maybe better to use