diff --git a/sonar-project.properties b/sonar-project.properties index 164c54522c..4dfd721db6 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -7,13 +7,13 @@ sonar.sourceEncoding=UTF-8 # exclude list for sonarqube # Here're some examples: (relative with the idf_path) -# test/** +# test/**/* # test/*/*.c sonar.exclusion=\ components/freertos/*.c,\ components/freertos/include/freertos/*.h,\ - components/wpa_supplicant/src/**,\ - components/wpa_supplicant/include/** + components/wpa_supplicant/src/**/*,\ + components/wpa_supplicant/include/**/* sonar.inclusions=\ **/*.c,**/*.cpp,**/*.h,**/*.hpp,\