chore: remove sonar configfile (not for sonarcloud)

This commit is contained in:
Jacob Overgaard
2024-07-26 14:40:04 +02:00
parent 15d9320ee9
commit 172b7eddf0

View File

@@ -1,15 +0,0 @@
# Define the project key
sonar.projectKey = umbraco_Umbraco.CMS.Backoffice
# Define the project version
sonar.projectVersion = 14.2.0
# Define the same root directory for sources and tests
sonar.sources = src/
sonar.tests = src/
# Include test files in the test scope
sonar.test.inclusions = src/**/*.test.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/**