From 10df5b3a7c45e1b15148a07137a8e0de54595725 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Tue, 24 Nov 2020 13:39:18 +0800 Subject: [PATCH] CI: clarify file patterns in sonar_exclude_list.txt --- tools/ci/sonar_exclude_list.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tools/ci/sonar_exclude_list.txt b/tools/ci/sonar_exclude_list.txt index 23528dd271..c3ac06f251 100644 --- a/tools/ci/sonar_exclude_list.txt +++ b/tools/ci/sonar_exclude_list.txt @@ -1,10 +1,11 @@ # exclude list for sonarqube # Here're some examples: (relative with the idf_path) -# - test/** -# - test/*/*.c -# - test.c +# 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 +components/freertos/*.c +components/freertos/include/freertos/*.h