From 15a927b97d07cb9a9334ce3966cc27af34e2ec58 Mon Sep 17 00:00:00 2001 From: Brice Goglin Date: Mon, 18 Dec 2017 16:05:07 +0100 Subject: [PATCH] contrib/ci.inria.fr: also disable netloc in sonarscanner job Signed-off-by: Brice Goglin --- contrib/ci.inria.fr/job-3-sonarscanner.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/ci.inria.fr/job-3-sonarscanner.sh b/contrib/ci.inria.fr/job-3-sonarscanner.sh index 1bc301da2c..31e67a174c 100755 --- a/contrib/ci.inria.fr/job-3-sonarscanner.sh +++ b/contrib/ci.inria.fr/job-3-sonarscanner.sh @@ -49,7 +49,7 @@ lcov --directory . --capture --output-file hwloc.lcov lcov_cobertura.py hwloc.lcov --output hwloc-coverage.xml # Run cppcheck analysis -SOURCES_TO_ANALYZE="hwloc netloc tests utils" +SOURCES_TO_ANALYZE="hwloc tests utils" SOURCES_TO_EXCLUDE="-itests/hwloc/ports -ihwloc/topology-aix.c -ihwloc/topology-bgq.c -ihwloc/topology-darwin.c -ihwloc/topology-freebsd.c -ihwloc/topology-hpux.c -ihwloc/topology-netbsd.c -ihwloc/topology-solaris.c -ihwloc/topology-solaris-chiptype.c -ihwloc/topology-windows.c -ihwloc/topology-cuda.c -ihwloc/topology-gl.c -ihwloc/topology-nvml.c -ihwloc/topology-opencl.c -iutils/lstopo/lstopo-windows.c" CPPCHECK_INCLUDES="-Iinclude -Ihwloc -Iutils/lstopo -Iutils/hwloc" CPPCHECK="cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem ${CPPCHECK_INCLUDES}" @@ -119,7 +119,7 @@ sonar.branch=$hwloc_branch sonar.scm.disabled=false sonar.sourceEncoding=UTF-8 sonar.language=c++ -sonar.sources=hwloc, netloc, tests, utils +sonar.sources=hwloc, tests, utils sonar.exclusions=tests/hwloc/ports sonar.cxx.errorRecoveryEnabled=true sonar.cxx.compiler.parser=GCC