summaryrefslogtreecommitdiff
path: root/sonar-project.properties
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-10-25 13:54:10 +0700
committerhathach <[email protected]>2025-10-25 15:20:07 +0700
commit5818db49b2de8689a07007a5e4d329b94d67ef42 (patch)
treeda215d5da4283cf52aa684b5c73794060be0ef49 /sonar-project.properties
parent531009c9a02d719d3222c89dc9d31f5967e23af3 (diff)
add SonarQube scan
Diffstat (limited to 'sonar-project.properties')
-rw-r--r--sonar-project.properties14
1 files changed, 14 insertions, 0 deletions
diff --git a/sonar-project.properties b/sonar-project.properties
new file mode 100644
index 000000000..d797bfe6f
--- /dev/null
+++ b/sonar-project.properties
@@ -0,0 +1,14 @@
+sonar.projectKey=hathach_tinyusb
+sonar.organization=hathach
+
+
+# This is the name and version displayed in the SonarCloud UI.
+sonar.projectName=tinyusb
+sonar.projectVersion=0.19.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