Skip to content

Commit

Permalink
wip disable copy paste detection for connections
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasWoodtli committed Jul 30, 2024
1 parent f9088c7 commit b2dd290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sonarcloud-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
-Dsonar.organization="eclipse" \
-Dsonar.projectKey="eclipse_wakaama" \
-Dsonar.sourceEncoding=UTF-8 \
-Dsonar.cpd.exclusions=transport/plain_connection/**,transport/tinydtls_connection/** \
-Dsonar.sources=.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b2dd290

Please sign in to comment.