astyle don't enforce style in build output

This commit is contained in:
Daniel Agar 2019-05-24 15:03:17 -04:00 committed by Lorenz Meier
parent a18f3e5d45
commit 9ab9a29a01
1 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ if [ $# -gt 0 ]; then
PATTERN="$1"
fi
exec find build boards msg src platforms \
exec find boards msg src platforms \
-path msg/templates/urtps -prune -o \
-path platforms/nuttx/NuttX -prune -o \
-path src/drivers/uavcan/libuavcan -prune -o \
@ -17,5 +17,4 @@ exec find build boards msg src platforms \
-path src/lib/systemlib/uthash -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