From 4fc125dd38c74e188c2df007c459e1385ec7a824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Papp?= Date: Tue, 9 Jun 2026 10:32:19 +0200 Subject: [PATCH] Remove frontend from sonar exclusion --- sonar-project.properties | 9 --------- 1 file changed, 9 deletions(-) diff --git a/sonar-project.properties b/sonar-project.properties index 6a17114de..5dede20d4 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,11 +1,2 @@ sonar.projectKey=netbirdio_netbird sonar.organization=netbirdio - -# Exclude the React frontend from analysis. The Go side of the Wails UI -# (client/ui/*.go and services/) is intentionally kept in scope — -# it's regular Go code with the same standards as the rest of the repo. -sonar.exclusions=client/ui/frontend/** - -# Mirror the same paths under coverage so missing coverage on UI code -# doesn't drag the overall coverage metric down. -sonar.coverage.exclusions=client/ui/frontend/** \ No newline at end of file