Skip to content

Commit 1463247

Browse files
authored
Silence sonarqube code duplication false positive (#526)
1 parent 6bdf291 commit 1463247

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.sonarcloud.properties

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
sonar.python.version=3.10, 3.11, 3.12, 3.13
22
sonar.sources=src/
33
sonar.tests=tests/
4+
# exclude from code duplication checks
5+
sonar.cpd.exclusions=**/src/ansible_dev_tools/resources/server/creator_*.py

0 commit comments

Comments
 (0)