Skip to content

Commit

Permalink
Set sonarcloud python version 3.9
Browse files Browse the repository at this point in the history
Signed-off-by: John Strunk <[email protected]>
  • Loading branch information
JohnStrunk committed Jan 17, 2022
1 parent 6f58d5d commit 1f9cc3f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Path to sources
#sonar.sources=.
#sonar.exclusions=
#sonar.inclusions=

# Path to tests
#sonar.tests=
#sonar.test.exclusions=
#sonar.test.inclusions=

# Source encoding
#sonar.sourceEncoding=UTF-8

# Exclusions for copy-paste detection
#sonar.cpd.exclusions=

sonar.python.version=3.9

0 comments on commit 1f9cc3f

Please sign in to comment.