Explorar o código

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.
Angus Gratton %!s(int64=5) %!d(string=hai) anos
pai
achega
baffdb5fa0
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      tools/ci/sonar_exclude_list.txt

+ 4 - 0
tools/ci/sonar_exclude_list.txt

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