Merge branch 'ci/update_sonarqube_patterns' into 'master'

ci(sonarqube): update file pattern

See merge request espressif/esp-idf!14897
This commit is contained in:
Anton Maklakov 2021-08-30 06:50:02 +00:00
commit 32f4138c6b

View File

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