Skip to content

Commit c62b750

Browse files
committed
sonar-project.properties
1 parent 9ebdee8 commit c62b750

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

redis_sync/src/log_decorator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# NOSONAR
21
"""This module contains the logging decorator for sending the appropriate logs to Cloudwatch and Firehose.
32
The decorator log pattern is shared by filenameprocessor, recordprocessor, ack_backend and redis_sync modules.
43
and therefore could be moved to a common module in the future.
54
TODO: refactor to a common module.
5+
TODO: Duplication check has been suppressed in sonar-project.properties. Remove once refactored.
66
"""
77
import json
88
import time

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sonar.projectKey=NHSDigital_immunisation-fhir-api
33
sonar.organization=nhsdigital
44
sonar.host.url=https://sonarcloud.io
55
sonar.python.version=3.11
6-
sonar.exclusions=**/e2e/**,**/e2e_batch/**,**/temporary_sandbox/**,**/devtools/**,**/proxies/**,**/scripts/**,**/terraform/**,**/tests/**
6+
sonar.exclusions=**/e2e/**,**/e2e_batch/**,**/temporary_sandbox/**,**/devtools/**,**/proxies/**,**/scripts/**,**/terraform/**,**/tests/**,redis_sync/src/log_decorator.py
77
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
88
sonar.issue.ignore.multicriteria=exclude_snomed_urls,exclude_hl7_urls
99
sonar.issue.ignore.multicriteria.exclude_snomed_urls.ruleKey=python:S5332

0 commit comments

Comments
 (0)