mirror of
https://github.com/espressif/esp-idf
synced 2025-03-11 10:09:08 -04:00
12 lines
281 B
Plaintext
12 lines
281 B
Plaintext
# exclude list for sonarqube
|
|
# Here're some examples: (relative with the idf_path)
|
|
# 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
|