Skip to content

Commit 717b781

Browse files
authored
Add SonarQube project configuration file
1 parent b502803 commit 717b781

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

sonar-project.properties

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
sonar.projectKey=qbcore-framework_qb-core
2+
sonar.organization=qbcore
3+
4+
# Tell Sonar to scan the entire repo directory
5+
sonar.sources=.
6+
7+
# Set encoding
8+
sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)