From fc2b64a8b31fcd6d48ad4a205d870754274182ea Mon Sep 17 00:00:00 2001 From: Jonas Jensen Date: Wed, 24 Oct 2018 11:58:37 +0200 Subject: [PATCH] C++: Add C++ analysis team to CODEOWNERS We previously removed our entry because the notifications got too noisy, but we agreed recently in the C++ analysis team to try adding an entry with just the analysis team and only in the public repository. --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/CODEOWNERS b/CODEOWNERS index d6d1d4898a6..468e291df50 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,4 @@ /csharp/ @Semmle/cs /java/ @Semmle/java /javascript/ @Semmle/js +/cpp/ @Semmle/cpp-analysis