Files
netbird/sonar-project.properties
Zoltán Papp 09052949a2 [client/ui] Finish ui-wails rename (import paths, fyne deps)
Follow-up to the rename commit: the previous commit moved the files but
the post-mv string substitutions (Go imports, frontend bindings, CI
config paths) were not re-staged so they slipped through. This commit
applies those edits and removes the fyne dependencies from go.mod/go.sum
now that the legacy fyne UI is gone.
2026-05-11 11:33:35 +02:00

11 lines
483 B
Properties

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/**