Skip to content

Commit

Permalink
this configuration is a joke
Browse files Browse the repository at this point in the history
  • Loading branch information
rossengeorgiev committed Jun 13, 2020
1 parent 76be86c commit 6229141
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -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=

Expand Down

0 comments on commit 6229141

Please sign in to comment.