We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564be93 commit 7187e57Copy full SHA for 7187e57
sonar-project.properties
@@ -3,7 +3,7 @@ sonar.projectKey=NHSDigital_immunisation-fhir-api
3
sonar.organization=nhsdigital
4
sonar.host.url=https://sonarcloud.io
5
sonar.python.version=3.11
6
-sonar.cpd.exclusions=redis_sync/src/log_decorator.py,**/Dockerfile,id_sync/src/common/*.pyid_sync/src/common/authentication.py,**/*.json,
+sonar.cpd.exclusions=redis_sync/src/log_decorator.py,**/Dockerfile,id_sync/src/common/*.py,id_sync/src/common/authentication.py,**/*.json,
7
sonar.exclusions=**/e2e/**,**/e2e_batch/**,**/temporary_sandbox/**,**/devtools/**,**/proxies/**,**/scripts/**,**/terraform/**,**/to_do_code.py,**/test_*.py
8
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
9
sonar.issue.ignore.multicriteria=exclude_snomed_urls,exclude_hl7_urls
0 commit comments