Skip to content

Commit 454fcc8

Browse files
authored
decreasing code duplicates threshold in sonarcloud.yml
1 parent 03f3f35 commit 454fcc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
/o:"ppanchen" `
6161
/d:sonar.token="${{ secrets.SONAR_TOKEN }}" `
6262
/d:sonar.cs.opencover.reportsPaths="**/coverage.xml" `
63-
/d:sonar.cpd.minimumtokens=20 `
63+
/d:sonar.cpd.minimumtokens=5 `
6464
/d:sonar.exclusions=**/bin/**,**/obj/**,**/sonarcloud.yml `
6565
/d:sonar.qualitygate.wait=true
6666
shell: pwsh

0 commit comments

Comments
 (0)