Skip to content

Commit

Permalink
Create sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
punkle committed Aug 4, 2023
1 parent 6bbdde0 commit fc672ef
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
sonar.projectKey=punkle_ArduinoCronLibrary
sonar.organization=punkle-1

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=ArduinoCronLibrary
#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

0 comments on commit fc672ef

Please sign in to comment.