From 76be86c27dd1ad40513959c9b105abf79fddc4e2 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sat, 13 Jun 2020 11:25:08 +0100 Subject: [PATCH] why is this so hard? --- .sonarcloud.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index b794688..2757177 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,11 +1,11 @@ # Path to sources -sonar.sources=steam -sonar.exclusions=steam/protobufs/*.py -sonar.inclusions=recipes/**/*.py +sonar.sources=./steam +sonar.exclusions=./steam/protobufs +sonar.inclusions=./recipes # Path to tests -sonar.tests=tests +sonar.tests=./tests #sonar.test.exclusions= #sonar.test.inclusions=