Skip to content

Commit 9ab6ab4

Browse files
authored
fixing duplicates in sonarcloud.yml
1 parent 454fcc8 commit 9ab6ab4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
/o:"ppanchen" `
6161
/d:sonar.token="${{ secrets.SONAR_TOKEN }}" `
6262
/d:sonar.cs.opencover.reportsPaths="**/coverage.xml" `
63-
/d:sonar.cpd.minimumtokens=5 `
63+
/d:sonar.cpd.cs.minimumTokens=40 `
64+
/d:sonar.cpd.cs.minimumLines=5 `
6465
/d:sonar.exclusions=**/bin/**,**/obj/**,**/sonarcloud.yml `
6566
/d:sonar.qualitygate.wait=true
6667
shell: pwsh

0 commit comments

Comments
 (0)