We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749ef2b commit 9429988Copy full SHA for 9429988
sonar-project.properties
@@ -8,7 +8,4 @@ sonar.projectKey=UKHSA-Internal_winter-pressures-api
8
sonar.organization=ukhsa-internal
9
10
# Exclude other generated/auto-generated files
11
-sonar.exclusions=**/migrations/**,**/__pycache__/**
12
-
13
-# Exclude files from duplication check
14
-sonar.cpd.exclusions=**/**
+sonar.exclusions=**/migrations/**,**/__pycache__/**,**/tests/**
0 commit comments