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.
pull/5913/merge
Angus Gratton 2020-10-15 15:23:30 +11:00 zatwierdzone przez bot
rodzic f3ea3d611d
commit baffdb5fa0
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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