Merge branch 'ci/sonarqube_ignore_freertos' into 'master'

ci: Add FreeRTOS upstream files to the sonar exclude list

See merge request espressif/esp-idf!10846
This commit is contained in:
Ivan Grokhotkov 2020-10-16 18:22:43 +08:00
commit cea3a052b1

View File

@ -4,3 +4,7 @@
# - 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