From f4f62a29cfd4c475654c70a4ce7ad12fc5a099ef Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sat, 13 Jun 2020 11:38:44 +0100 Subject: [PATCH] this is the most stupid config file i've ever tried use --- .sonarcloud.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index f42e5e4..e80acf4 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,11 +1,11 @@ # Path to sources -sonar.sources=steam/**,recipes/** +sonar.sources=steam, recipes sonar.exclusions=steam/protobufs/*.py #sonar.inclusions= # Path to tests -sonar.tests=tests/*.py +sonar.tests=tests #sonar.test.exclusions= #sonar.test.inclusions=