From 0517460081fcb1275882bd58a758cbf6cfde04c8 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 1 Oct 2023 03:20:43 +0000 Subject: [PATCH] Add more exclusions --- Config/phpmetrics.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Config/phpmetrics.json b/Config/phpmetrics.json index 4ccd726..e42a8b2 100644 --- a/Config/phpmetrics.json +++ b/Config/phpmetrics.json @@ -4,6 +4,8 @@ ".git", "tests", "vendor", + "Admin/Install/Application", + "Install/Application", "Resources" ] } \ No newline at end of file