From 9b087a5119c2a7e63d48d4368edb965a2b473700 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 3 Mar 2017 09:25:17 +0100 Subject: [PATCH 1/1] sonar: the regex are not as cool as the one of bash --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index a43cad89b8..3b4c6661ba 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -54,7 +54,7 @@ sonar.issue.ignore.multicriteria.c3.resourceKey=include/smpi/smpi_extended_trace # - Collectives that we borrowed elsewhere (mpich, openMPI and other implems) # - the NAS, that are included in our examples # - RngStream, that is included in SimGrid -sonar.exclusions=src/*_unit.c*,teshsuite/smpi/mpich3-test/**,teshsuite/smpi/isp/**,**/*_dtd.c,**/*_dtd.h,**/*yy.c,src/xbt/automaton/parserPromela.tab.*acc,src/smpi/colls/*,examples/smpi/NAS/*,src/xbt/RngStream.c,include/xbt/RngStream.h +sonar.exclusions=src/*_unit.c*,teshsuite/smpi/mpich3-test/**,teshsuite/smpi/isp/**,**/*_dtd.c,**/*_dtd.h,**/*yy.c,src/xbt/automaton/parserPromela.tab.*,src/smpi/colls/*,examples/smpi/NAS/*,src/xbt/RngStream.c,include/xbt/RngStream.h # Exclude our examples from the duplication detection. # Examples are expected to be somehow repetitive -- 2.20.1