Skip to content

Commit ad81124

Browse files
authored
Exclude workflows from Sonar CPD checks (#25)
Exclude workflow files from Sonar duplication checks Co-authored-by: Andrei.Ovcharenko <Andrei.Ovcharenko@lomt.ru>
1 parent d0c47d6 commit ad81124

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Kata and algorithm exercise solutions naturally repeat short structural patterns.
22
# Keep SonarCloud issue/security analysis, but exclude these training folders from CPD.
3-
sonar.cpd.exclusions=src/main/java/kyu*/**/*,src/main/java/algorithms/**/*,src/test/java/**/*
3+
sonar.cpd.exclusions=src/main/java/kyu*/**/*,src/main/java/algorithms/**/*,src/test/java/**/*,.github/**/*

0 commit comments

Comments
 (0)