From 0eaf41a048074d5ebf6b84094cfd69ef10451180 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Mon, 2 Mar 2015 20:49:27 -0500 Subject: check_code_style.sh properly ignore src/modules/attitude_estimator_ekf/codegen/* --- Tools/check_code_style.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tools') 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 \ -- cgit v1.2.3