aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorDaniel Agar <daniel@agar.ca>2015-02-22 18:55:05 -0500
committerDaniel Agar <daniel@agar.ca>2015-03-02 12:48:24 -0500
commit8de2b8af146826ff0495f495ffef509a988f85f8 (patch)
tree8834705ed647e5986c59160ca1e2d8d3a7884bac /Tools
parentb2082c124aed3f6e90b4925e98dfadf877b1636e (diff)
downloadpx4-firmware-8de2b8af146826ff0495f495ffef509a988f85f8.tar.gz
px4-firmware-8de2b8af146826ff0495f495ffef509a988f85f8.tar.bz2
px4-firmware-8de2b8af146826ff0495f495ffef509a988f85f8.zip
check_code_style.sh ignore mathlib/CMSIS
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 df6afced4..387aab92b 100755
--- a/Tools/check_code_style.sh
+++ b/Tools/check_code_style.sh
@@ -2,6 +2,7 @@
set -eu
failed=0
for fn in $(find . -path './src/lib/uavcan' -prune -o \
+ -path './src/lib/mathlib/CMSIS' -prune -o \
-path './NuttX' -prune -o \
-path './Build' -prune -o \
-path './mavlink' -prune -o \