From 717b7815f69bc37f87588af59b002d40c637de28 Mon Sep 17 00:00:00 2001 From: Kakarot <57848836+GhzGarage@users.noreply.github.com> Date: Sat, 22 Aug 2026 18:20:28 -0500 Subject: [PATCH] Add SonarQube project configuration file --- sonar-project.properties | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 0000000..ed754c5 --- /dev/null +++ b/sonar-project.properties @@ -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