Add SonarQube project configuration file

This commit is contained in:
Kakarot
2026-08-22 18:20:28 -05:00
committed by GitHub
parent b5028032dc
commit 717b7815f6
+8
View File
@@ -0,0 +1,8 @@
sonar.projectKey=qbcore-framework_qb-core
sonar.organization=qbcore
# Tell Sonar to scan the entire repo directory
sonar.sources=.
# Set encoding
sonar.sourceEncoding=UTF-8