diff --git a/Tools/astyle/files_to_check_code_style.sh b/Tools/astyle/files_to_check_code_style.sh index 7ade8982c1..b70766efa2 100755 --- a/Tools/astyle/files_to_check_code_style.sh +++ b/Tools/astyle/files_to_check_code_style.sh @@ -21,11 +21,13 @@ exec find boards msg src platforms test \ -path src/lib/crypto/monocypher -prune -o \ -path src/lib/events/libevents -prune -o \ -path src/lib/parameters/uthash -prune -o \ + -path src/lib/rl_tools/rl_tools -prune -o \ -path src/lib/wind_estimator/python/generated -prune -o \ -path src/modules/ekf2/EKF/python/ekf_derivation/generated -prune -o \ -path src/modules/ekf2/EKF/yaw_estimator/derivation/generated -prune -o \ -path src/modules/gyro_fft/CMSIS_5 -prune -o \ -path src/modules/mavlink/mavlink -prune -o \ + -path src/modules/mc_raptor/blob -prune -o \ -path test/fuzztest -prune -o \ -path test/mavsdk_tests/catch2 -prune -o \ -path src/lib/crypto/monocypher -prune -o \