From 924d69225fd15348f0ac292450be301f0f60030b Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Sun, 11 Aug 2019 22:12:51 +0200 Subject: [PATCH] Update .bettercodehub.yml --- .bettercodehub.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.bettercodehub.yml b/.bettercodehub.yml index f6e3d6e7..31e8f175 100644 --- a/.bettercodehub.yml +++ b/.bettercodehub.yml @@ -1,15 +1,12 @@ -component_depth: 3 +component_depth: 1 languages: - cpp production: include: - - /src/.*\.cpp - - /src/.*\.h + - /src/.* test: include: - - /test/.*\.cpp - - /test/.*\.inc - - /test/.*\.h + - /test/.* exclude: - /debian/.* - /doc/.*