Skip to content

Commit

Permalink
Create sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
miksrv committed Oct 15, 2024
1 parent d778789 commit 93329af
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
sonar.projectKey=miksrv_developer-portfolio-website
sonar.organization=miksoft

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=arduino-weather-station
#sonar.projectVersion=1.0

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.

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

# sonar.sources=*
# sonar.exclusions=client/__tests__/**

# sonar.tests=client
# sonar.test.inclusions=client/__tests__/**

# sonar.javascript.lcov.reportPaths=client/coverage/lcov.info
# sonar.coverage.exclusions=__mocks__/**

0 comments on commit 93329af

Please sign in to comment.