Skip to content
Snippets Groups Projects
Commit aa88888c authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Enabled code style enforcement for passing modules

parent ec5a0d5e
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,17 @@ set -eu
failed=0
for fn in $(find src/examples \
src/systemcmds \
src/drivers/blinkm \
src/drivers/bma180 \
src/drivers/pca9685 \
src/drivers/pca8574 \
src/drivers/md25 \
src/drivers/ms5611 \
src/lib/launchdetection \
src/modules/bottle_drop \
src/modules/dataman \
src/modules/fixedwing_backside \
src/modules/segway \
-path './Build' -prune -o \
-path './mavlink' -prune -o \
-path './NuttX' -prune -o \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment