mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
commit
59394f631a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user