Skip to content

Commit 22a4bcd

Browse files
committed
specific file names might work?
1 parent 9429988 commit 22a4bcd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sonar-project.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ sonar.projectKey=UKHSA-Internal_winter-pressures-api
88
sonar.organization=ukhsa-internal
99

1010
# Exclude other generated/auto-generated files
11-
sonar.exclusions=**/migrations/**,**/__pycache__/**,**/tests/**
11+
sonar.exclusions=**/migrations/**,**/__pycache__/**
12+
13+
# Exclude files from duplication check
14+
sonar.cpd.exclusions=tests/unit/public_api/views/test_base.py,tests/unit/public_api/v2/views/test_base.py

0 commit comments

Comments
 (0)