fix(Tools): exclude PX4-OpticalFlow submodule from format checks (#27246)

It's an external submodule we don't own, same treatment as the other
third-party libs already pruned in this list.
This commit is contained in:
Julian Oes
2026-04-30 10:21:35 +12:00
committed by GitHub
parent 450cd50e06
commit e8d40fb843
@@ -28,6 +28,7 @@ exec find boards msg src platforms test \
-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 src/modules/simulation/gz_plugins/optical_flow/PX4-OpticalFlow -prune -o \
-path test/fuzztest -prune -o \
-path test/mavsdk_tests/catch2 -prune -o \
-path src/lib/crypto/monocypher -prune -o \