Browse Source

this configuration is a joke

pull/287/head
Rossen Georgiev 5 years ago
parent
commit
6229141408
  1. 8
      .sonarcloud.properties

8
.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=

Loading…
Cancel
Save