Skip to content

Commit ca15577

Browse files
committed
exclusions
1 parent ba26ac0 commit ca15577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sonar.organization=nhsdigital
44
sonar.host.url=https://sonarcloud.io
55
sonar.python.version=3.11
66
sonar.cpd.exclusions=redis_sync/src/log_decorator.py,lambdas/shared/**,**/Dockerfile
7-
sonar.exclusions=**/e2e/**,**/e2e_batch/**,**/temporary_sandbox/**,**/devtools/**,**/proxies/**,**/scripts/**,**/terraform/**,**/tests/**/**/to_do_code.py,**/tests/**/**/record_processor.py,**/tests/**/**/ack_lambda.py,**/tests/**/**/filenameprocessor.py,**/tests/**/**/recordforwarder.py,**/tests/**/**/mesh_processor.py,**/tests/**/**/redis_sync.py,**/tests/**/**/id_sync.py,**/tests/**/**/shared.py
7+
sonar.exclusions=**/e2e/**,**/e2e_batch/**,**/temporary_sandbox/**,**/devtools/**,**/proxies/**,**/scripts/**,**/terraform/**,**/tests/**/**/to_do_code.py
88
sonar.python.coverage.reportPaths=backend-coverage.xml,delta-coverage.xml,ack-lambda-coverage.xml,filenameprocessor-coverage.xml,recordforwarder-coverage.xml,recordprocessor-coverage.xml,mesh_processor-coverage.xml,redis_sync-coverage.xml,id_sync-coverage.xml,shared-coverage.xml
99
sonar.issue.ignore.multicriteria=exclude_snomed_urls,exclude_hl7_urls
1010
sonar.issue.ignore.multicriteria.exclude_snomed_urls.ruleKey=python:S5332

0 commit comments

Comments
 (0)