We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d6cc4 commit 78d85d4Copy full SHA for 78d85d4
.sonarcloud.properties
@@ -1,2 +1,9 @@
1
+# everything in this repo falls under source analysis
2
+sonar.sources = .
3
+# exclude all tests and fixtures from source analysis
4
+sonar.exclusions = e2e-tests/**/*, **/*.test.*, **/__fixtures__/*,
5
+# apply test scope analysis to e2e tests and unit tests
6
+sonar.tests = e2e-tests/**/*, **/*.test.*
7
+
8
# comma delimited path of files to exclude from copy/paste duplicate checking
9
sonar.cpd.exclusions=packages/app/src/components/DynamicRoot/DynamicRoot.test.tsx,packages/app/src/components/admin/AdminTabs.test.tsx,packages/app/src/components/catalog/EntityPage/defaultTabs.tsx,plugins/dynamic-plugins-info/src/components/InternalPluginsMap.tsx,e2e-tests/playwright/e2e/audit-log/LogUtils.ts
0 commit comments