forked from Archive/PX4-Autopilot
Makefile: validate_module_configs skips src/lib/events/libevents/*
This commit is contained in:
parent
08782a0837
commit
a46ef72fff
1
Makefile
1
Makefile
|
@ -484,6 +484,7 @@ validate_module_configs:
|
|||
@find "$(SRC_DIR)"/src/modules "$(SRC_DIR)"/src/drivers "$(SRC_DIR)"/src/lib -name *.yaml -type f \
|
||||
-not -path "$(SRC_DIR)/src/lib/mixer_module/*" \
|
||||
-not -path "$(SRC_DIR)/src/modules/microdds_client/dds_topics.yaml" \
|
||||
-not -path "$(SRC_DIR)/src/lib/events/libevents/*" \
|
||||
-not -path "$(SRC_DIR)/src/lib/crypto/libtommath/*" -print0 | \
|
||||
xargs -0 "$(SRC_DIR)"/Tools/validate_yaml.py --schema-file "$(SRC_DIR)"/validation/module_schema.yaml
|
||||
|
||||
|
|
Loading…
Reference in New Issue