From: Arnaud Giersch Date: Mon, 4 Feb 2019 07:57:28 +0000 (+0100) Subject: codacy.yml: complete and sort exclusion list. X-Git-Tag: v3_22~400 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2ad552fc32b19f2d2d1338e920e31e0d2b589d49 codacy.yml: complete and sort exclusion list. Alsot exclude python scripts for sphinx in docs/ subdirectory. --- diff --git a/.codacy.yml b/.codacy.yml index d5a2db0a6a..fa5ea26553 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -5,14 +5,15 @@ engines: exclude_paths: - 'teshsuite/**' exclude_paths: - - 'src/include/catch.hpp' - - 'teshsuite/smpi/mpich3-test/**' - - 'teshsuite/smpi/isp/**' - '**/*_dtd.c' - '**/*_dtd.h' - '**/*yy.c' - - 'src/xbt/automaton/parserPromela.tab.*' - - 'src/smpi/colls/**/*' + - 'docs/**.py' - 'examples/smpi/NAS/*' - - 'src/xbt/RngStream.c' - 'include/xbt/RngStream.h' + - 'src/include/catch.hpp' + - 'src/smpi/colls/**/*' + - 'src/xbt/RngStream.c' + - 'src/xbt/automaton/parserPromela.tab.*' + - 'teshsuite/smpi/isp/**' + - 'teshsuite/smpi/mpich3-test/**'