diff --git a/src/Umbraco.Web.UI.Client/sonar-project.properties b/src/Umbraco.Web.UI.Client/sonar-project.properties index 44998fae7d..583133b946 100644 --- a/src/Umbraco.Web.UI.Client/sonar-project.properties +++ b/src/Umbraco.Web.UI.Client/sonar-project.properties @@ -5,5 +5,5 @@ sonar.tests = src/ # Include test files in the test scope sonar.test.inclusions = src/**/*.test.ts -# Exclude test and stories files from the source scope -sonar.exclusions = src/**/*.test.ts, src/**/*.stories.ts +# Exclude test, stories, icon, lang, and generated files from the source scope +sonar.exclusions = src/**/*.test.ts, src/**/*.stories.ts, src/packages/core/icon-registry/**, src/assets/**, src/external/backend-api/**