diff --git a/sonar-project.properties b/sonar-project.properties index 76bee47..1868e17 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,5 +2,8 @@ sonar.projectKey=voxels sonar.projectName=Voxel Engine sonar.projectVersion=1.0 sonar.projectKey=arozx_voxels_d0e4bd76-3798-45bc-a3e0-f1357e3eed04 -sonar.sources=src -sonar.cfamily.compile-commands=build/compile_commands.json \ No newline at end of file +sonar.cfamily.compile-commands=build/compile_commands.json + +sonar.sources=. +sonar.inclusions=**/*.cpp,**/*.h,**/*.c +sonar.exclusions=build/**,external/** \ No newline at end of file