From baffdb5fa05b59a295885ca659db2fb6ece9f025 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Thu, 15 Oct 2020 15:23:30 +1100 Subject: [PATCH] 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. --- tools/ci/sonar_exclude_list.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/ci/sonar_exclude_list.txt b/tools/ci/sonar_exclude_list.txt index 849bc4c50f..23528dd271 100644 --- a/tools/ci/sonar_exclude_list.txt +++ b/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