From 44ff6d9c62d27a5d2a46c5fd1842beece9b6ffe9 Mon Sep 17 00:00:00 2001 From: Peter van der Perk Date: Mon, 16 Jun 2025 22:15:42 +0200 Subject: [PATCH] zenoh: exclude src/modules/zenoh/dds_topics.yaml from yaml check --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3a98b19009..996ffd47e5 100644 --- a/Makefile +++ b/Makefile @@ -511,6 +511,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/uxrce_dds_client/dds_topics.yaml" \ + -not -path "$(SRC_DIR)/src/modules/zenoh/dds_topics.yaml" \ -not -path "$(SRC_DIR)/src/modules/zenoh/zenoh-pico/*" \ -not -path "$(SRC_DIR)/src/lib/events/libevents/*" \ -not -path "$(SRC_DIR)/src/lib/cdrstream/*" \