@@ -3,8 +3,8 @@ sonar.projectKey=NHSDigital_immunisation-fhir-api
33sonar.organization =nhsdigital
44sonar.host.url =https://sonarcloud.io
55sonar.python.version =3.11
6- sonar.exclusions =**/e2e/**,**/e2e_batch/**,**/devtools/**,**/proxies/**,**/utilities/scripts/**,**/infrastructure/account/**,**/infrastructure/instance/**,**/infrastructure/grafana/**,**/terraform_aws_backup/**,**/tests/**
7- 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,mns_subscription-coverage.xml,id_sync-coverage.xml,shared-coverage.xml,batchprocessorfilter-coverage.xml,**/backend/**
6+ sonar.exclusions =**/e2e/**,**/e2e_batch/**,**/devtools/**,**/proxies/**,**/utilities/scripts/**,**/infrastructure/account/**,**/infrastructure/instance/**,**/infrastructure/grafana/**,**/terraform_aws_backup/**,**/tests/**,**/backend/**
7+ 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,mns_subscription-coverage.xml,id_sync-coverage.xml,shared-coverage.xml
88sonar.cpd.exclusions =**/cache.py,**/authentication.py,**/test_cache.py,**/test_authentication.py,**/mns_service.py,**/errors.py,**/Dockerfile,lambdas/shared/src/common/**,filenameprocessor/src/logging_decorator.py
99sonar.issue.ignore.multicriteria =exclude_snomed_urls,exclude_hl7_urls
1010sonar.issue.ignore.multicriteria.exclude_snomed_urls.ruleKey =python:S5332
0 commit comments