mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
baffdb5fa0
These files are mostly upstream code apart from some minor modifications. There are a number of places that sonarqube reports issues because of different code style/expectations.
11 lines
289 B
Plaintext
11 lines
289 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
|