From b0ed245a228d7c713698262cc109a821c1dcb701 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Mon, 12 Dec 2022 19:51:24 +0900 Subject: [PATCH] CODEOWNERS: Add C++ library entry This commit adds a CODEOWNERS entry for the C++ library (previously called C++ subsystem) to appease the check_compliance.py. Note that we have not completely phased out the CODEOWNERS file yet and, until we do, the CODEOWNERS check in check_compliance.py should stay. Signed-off-by: Stephanos Ioannidis --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/CODEOWNERS b/CODEOWNERS index d19f61ca47..9665a77cb0 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -650,6 +650,7 @@ /include/zephyr/toolchain/ @dcpleung @nashif @andyross /include/zephyr/zephyr.h @dcpleung @nashif @andyross /kernel/ @dcpleung @nashif @andyross +/lib/cpp/ @stephanosio /lib/smf/ @sambhurst /lib/util/ @carlescufi @jakub-uC /lib/util/fnmatch/ @carlescufi @jakub-uC