mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
astyle: add microRTPS related code for format check and fix
This commit is contained in:
@@ -7,7 +7,8 @@ if [ $# -gt 0 ]; then
|
|||||||
PATTERN="$1"
|
PATTERN="$1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec find boards src platforms \
|
exec find build boards msg src platforms \
|
||||||
|
-path msg/templates/urtps -prune -o \
|
||||||
-path platforms/nuttx/NuttX -prune -o \
|
-path platforms/nuttx/NuttX -prune -o \
|
||||||
-path src/drivers/uavcan/libuavcan -prune -o \
|
-path src/drivers/uavcan/libuavcan -prune -o \
|
||||||
-path src/lib/DriverFramework -prune -o \
|
-path src/lib/DriverFramework -prune -o \
|
||||||
@@ -15,4 +16,6 @@ exec find boards src platforms \
|
|||||||
-path src/lib/matrix -prune -o \
|
-path src/lib/matrix -prune -o \
|
||||||
-path src/lib/systemlib/uthash -prune -o \
|
-path src/lib/systemlib/uthash -prune -o \
|
||||||
-path src/modules/micrortps_bridge/micro-CDR -prune -o \
|
-path src/modules/micrortps_bridge/micro-CDR -prune -o \
|
||||||
|
-path src/modules/micrortps_bridge/microRTPS_client -prune -o \
|
||||||
|
-path build/*/src/modules/micrortps_bridge/micrortps_client/micrortps_agent -prune -o \
|
||||||
-type f \( -name "*.c" -o -name "*.h" -o -name "*.cpp" -o -name "*.hpp" \) | grep $PATTERN
|
-type f \( -name "*.c" -o -name "*.h" -o -name "*.cpp" -o -name "*.hpp" \) | grep $PATTERN
|
||||||
|
|||||||
Reference in New Issue
Block a user