mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
ci: Add FreeRTOS upstream files to the sonar exclude list
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.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user