From 622914140898841a6f83b56b319d212c5a500d85 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sat, 13 Jun 2020 11:33:43 +0100 Subject: [PATCH] this configuration is a joke --- .sonarcloud.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 2757177..f42e5e4 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,11 +1,11 @@ # Path to sources -sonar.sources=./steam -sonar.exclusions=./steam/protobufs -sonar.inclusions=./recipes +sonar.sources=steam/**,recipes/** +sonar.exclusions=steam/protobufs/*.py +#sonar.inclusions= # Path to tests -sonar.tests=./tests +sonar.tests=tests/*.py #sonar.test.exclusions= #sonar.test.inclusions=