aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Agar <daniel@agar.ca>2015-02-23 13:10:12 -0500
committerDaniel Agar <daniel@agar.ca>2015-03-02 12:48:24 -0500
commit265147ce7f64d40124c615623afdde86fb2bb8f9 (patch)
tree243885efc081e23217b8e3496a9985fb06944ce7
parent8de2b8af146826ff0495f495ffef509a988f85f8 (diff)
downloadpx4-firmware-265147ce7f64d40124c615623afdde86fb2bb8f9.tar.gz
px4-firmware-265147ce7f64d40124c615623afdde86fb2bb8f9.tar.bz2
px4-firmware-265147ce7f64d40124c615623afdde86fb2bb8f9.zip
make check_format ignore src/modules/attitude_estimator_ekf/codegen
-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 \