Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ sonar.tests= .
# Include test subdirectories in test scope
sonar.test.inclusions = e2e-tests/**/*, **/*.test.*

# Exclude test subdirectories from source scope
sonar.exclusions = e2e-tests/**/*, **/*.test.*
# Exclude test and CI infrastructure from source scope
sonar.exclusions = e2e-tests/**/*, .ci/**/*, **/*.test.*

# comma delimited path of files to exclude from copy/paste duplicate checking
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,e2e-tests/playwright/e2e/audit-log/LogUtils.ts
Loading