diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 1b614a646f..c4cae2dbc1 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -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