diff --git a/.sonarcloud.properties b/.sonarcloud.properties new file mode 100644 index 0000000..b794688 --- /dev/null +++ b/.sonarcloud.properties @@ -0,0 +1,16 @@ + +# Path to sources +sonar.sources=steam +sonar.exclusions=steam/protobufs/*.py +sonar.inclusions=recipes/**/*.py + +# Path to tests +sonar.tests=tests +#sonar.test.exclusions= +#sonar.test.inclusions= + +# Source encoding +sonar.sourceEncoding=UTF-8 + +# Exclusions for copy-paste detection +#sonar.cpd.exclusions=