aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/check_code_style.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/check_code_style.sh b/Tools/check_code_style.sh
index 387aab92b..8d1ab6363 100755
--- a/Tools/check_code_style.sh
+++ b/Tools/check_code_style.sh
@@ -3,6 +3,7 @@ set -eu
failed=0
for fn in $(find . -path './src/lib/uavcan' -prune -o \
-path './src/lib/mathlib/CMSIS' -prune -o \
+ -path './src/modules/attitude_estimator_ekf/codegen/' -prune -o \
-path './NuttX' -prune -o \
-path './Build' -prune -o \
-path './mavlink' -prune -o \