Skip to content

Commit

Permalink
astyle: add microRTPS related code for format check and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TSC21 authored and LorenzMeier committed May 22, 2019
1 parent b3435dd commit 3413df1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Tools/astyle/files_to_check_code_style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ if [ $# -gt 0 ]; then
PATTERN="$1"
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 src/drivers/uavcan/libuavcan -prune -o \
-path src/lib/DriverFramework -prune -o \
-path src/lib/ecl -prune -o \
-path src/lib/matrix -prune -o \
-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

0 comments on commit 3413df1

Please sign in to comment.