From 831c3327d94ebeff6f098867bbd0ac860ccebebf Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Tue, 22 Oct 2019 16:33:11 +0200 Subject: [PATCH] CODEOWNERS: Add owner for valgrind suppression file The valgrind suppression file did not have an owner That file is only usefull for POSIX arch based boards => Adding myself as owner of the file Signed-off-by: Alberto Escolar Piedras --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/CODEOWNERS b/CODEOWNERS index c00a4cfeaf3e..ff75be87ff45 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -340,6 +340,7 @@ /scripts/west_commands/ @mbolivar /scripts/west-commands.yml @mbolivar /scripts/zephyr_module.py @tejlmand +/scripts/valgrind.supp @aescolar /subsys/bluetooth/ @joerchan @jhedberg @Vudentz /subsys/bluetooth/controller/ @carlescufi @cvinayak @thoh-ot /subsys/bluetooth/mesh/ @jhedberg @trond-snekvik @joerchan @Vudentz