diff --git a/.sonarcloud.properties b/.sonarcloud.properties new file mode 100644 index 00000000..ec0efb3d --- /dev/null +++ b/.sonarcloud.properties @@ -0,0 +1,9 @@ +# Path to sources +sonar.sources=. +sonar.exclusions=**/*test*, **/vendor/**, **/zz_generated.*, **/*.yaml, **/test/** + +# Source encoding +sonar.sourceEncoding=UTF-8 + +# Exclusions for copy-paste detection +sonar.cpd.exclusions=**/*test*, **/test/**