Merge branch 'ci/sonarqube_exclude_list_example_more_clear' into 'master'

CI: clarify file patterns in sonar_exclude_list.txt

See merge request espressif/esp-idf!11350
This commit is contained in:
Anton Maklakov 2020-11-25 18:47:53 +08:00
commit 59394f631a

View File

@ -1,10 +1,11 @@
# exclude list for sonarqube
# Here're some examples: (relative with the idf_path)
# - test/**
# - test/*/*.c
# - test.c
# test/**
# test/*/*.c
# test.c
#
# lines start with # will be ignored
# FreeRTOS upstream code (don't include our port files here)
- components/freertos/*.c
- components/freertos/include/freertos/*.h
components/freertos/*.c
components/freertos/include/freertos/*.h