aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorDaniel Agar <daniel@agar.ca>2015-03-02 20:49:27 -0500
committerLorenz Meier <lm@inf.ethz.ch>2015-03-19 23:49:36 +0100
commit0eaf41a048074d5ebf6b84094cfd69ef10451180 (patch)
tree1f417c5359493d361ceb613103ee52956893ae5f /Tools
parentc2abb0f82ac23aab3295522ade4c255323191931 (diff)
downloadpx4-firmware-0eaf41a048074d5ebf6b84094cfd69ef10451180.tar.gz
px4-firmware-0eaf41a048074d5ebf6b84094cfd69ef10451180.tar.bz2
px4-firmware-0eaf41a048074d5ebf6b84094cfd69ef10451180.zip
check_code_style.sh properly ignore src/modules/attitude_estimator_ekf/codegen/*
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/check_code_style.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/check_code_style.sh b/Tools/check_code_style.sh
index 8d1ab6363..2353a5232 100755
--- a/Tools/check_code_style.sh
+++ b/Tools/check_code_style.sh
@@ -3,7 +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 './src/modules/attitude_estimator_ekf/codegen' -prune -o \
-path './NuttX' -prune -o \
-path './Build' -prune -o \
-path './mavlink' -prune -o \