Skip to content

Commit

Permalink
Merge pull request #367 from Anselmoo/develop
Browse files Browse the repository at this point in the history
feat: ♻️ Add .sonarcloud.properties
  • Loading branch information
Anselmoo authored Jul 9, 2022
2 parents 5f8bc39 + 18147ec commit 1d27bd2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
sonar.projectKey=Anselmoo_spectrafit
sonar.organization=anselmoo-1
sonar.python.version=3.7,3.8,3.9,3.10

#sonar.projectName=notquiteparadise
#sonar.projectVersion=1.0

#sonar.inclusions=**/scripts/**,**/data/**
#sonar.exclusions=**/docs/**,**/logs/**,.mypy_cache/**,.github/**,assets/**
#sonar.test.inclusions=**/tests/**

# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8

sonar.showProfiling=true
sonar.verbose=true

0 comments on commit 1d27bd2

Please sign in to comment.