diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 658da3ded..30dc2b7c2 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,5 +1,5 @@ #we need to explicitly exclude them as they're not relevant to the source code sonar.exclusions=packages/glee/examples/**/*,packages/glee/docs/**/*,packages/gleequore/docs/**/* -#Set duplicated lines percentage threshold -sonar.cpd.exclusions.percentage=40 \ No newline at end of file +# Ignore all adapters in Glee as they'll be removed +sonar.cpd.exclusions=packages/glee/src/adapters/**/*