mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
CI: clarify file patterns in sonar_exclude_list.txt
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user