From 5d0bbaabb202956b6a46de24aff034ef87b53a54 Mon Sep 17 00:00:00 2001 From: Jacob Dahl Date: Mon, 15 Sep 2025 08:45:53 -0800 Subject: [PATCH] codestyle: exclude sgbecom submodule from style check --- Tools/astyle/files_to_check_code_style.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/astyle/files_to_check_code_style.sh b/Tools/astyle/files_to_check_code_style.sh index 4ab53874a2..7ade8982c1 100755 --- a/Tools/astyle/files_to_check_code_style.sh +++ b/Tools/astyle/files_to_check_code_style.sh @@ -39,4 +39,5 @@ exec find boards msg src platforms test \ -path boards/modalai/voxl2/libfc-sensor-api -prune -o \ -path src/drivers/actuators/vertiq_io/iq-module-communication-cpp -prune -o \ -path src/lib/tensorflow_lite_micro/tflite_micro -prune -o \ + -path src/drivers/ins/sbgecom/sbgECom -prune -o \ \( -type f \( -name "*.c" -o -name "*.h" -o -name "*.cpp" -o -name "*.hpp" \) -print \) | grep $PATTERN