Skip to content

Commit

Permalink
Add integration with SonarCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
akamensky committed Oct 6, 2019
1 parent c6730cd commit fe9c3fb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .sonarcloud.properties
@@ -0,0 +1,10 @@
# Path to sources
sonar.sources=.
sonar.exclusions=examples/**

# Path to tests
sonar.tests=.
sonar.test.exclusions=examples/**

# Source encoding
sonar.sourceEncoding=UTF-8

0 comments on commit fe9c3fb

Please sign in to comment.