Skip to content

Commit

Permalink
exclude vertiq submodule from make format (#23889)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakejahl authored Nov 5, 2024
1 parent 5001aab commit f516b41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/astyle/files_to_check_code_style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ exec find boards msg src platforms test \
-path src/lib/cdrstream/rosidl -prune -o \
-path src/modules/zenoh/zenoh-pico -prune -o \
-path boards/modalai/voxl2/libfc-sensor-api -prune -o \
-path src/drivers/actuators/vertiq_io/iq-module-communication-cpp -prune -o \
\( -type f \( -name "*.c" -o -name "*.h" -o -name "*.cpp" -o -name "*.hpp" \) -print \) | grep $PATTERN

0 comments on commit f516b41

Please sign in to comment.