forked from Archive/PX4-Autopilot
make check_format ignore src/modules/attitude_estimator_ekf/codegen
This commit is contained in:
parent
8de2b8af14
commit
265147ce7f
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue