From dcf353a96102152f1df988a2627f6430255f653d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Csord=C3=A1s?= Date: Thu, 7 Apr 2022 14:24:43 +0200 Subject: [PATCH] [config] Update codeowners --- CODEOWNERS | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 29528b3be5..23da2a9de2 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,19 +2,10 @@ # Each line is a file pattern followed by one or more owners. # These owners will be the default owners for everything in the repo. -* @csordasmarton - -# Web files. -*.js @csordasmarton @bruntib -*.html @csordasmarton @bruntib -*.css @csordasmarton @bruntib +* @bruntib @Vodorok # Analyzer. -/analyzer/ @csordasmarton @bruntib -/analyzer/codechecker_analyzer/analyzers/clangsa/ctu_*.py @martong @csordasmarton @bruntib - -# Build logger. -/analyzer/tools/build-logger/ @bruntib +/analyzer/codechecker_analyzer/analyzers/clangsa/ctu_*.py @martong # Documentations. -/docs @csordasmarton @dkrupp @bruntib +/docs @dkrupp