From 9ab9a29a01f5f68257bfdedd90939dcfc8555132 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Fri, 24 May 2019 15:03:17 -0400 Subject: [PATCH] astyle don't enforce style in build output --- Tools/astyle/files_to_check_code_style.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tools/astyle/files_to_check_code_style.sh b/Tools/astyle/files_to_check_code_style.sh index f0e75e3d29..d28407df3b 100755 --- a/Tools/astyle/files_to_check_code_style.sh +++ b/Tools/astyle/files_to_check_code_style.sh @@ -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