Fu Hanxi 2021-08-23 11:02:46 +08:00
rodzic ed8df94915
commit dfb0d593ad
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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,\