Browse Source

why is this so hard?

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

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

Loading…
Cancel
Save