X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8bbcde350ef936bf665488433e0a3bfa860fae33..8f14731685bc7fea43ca95def23ab2031e7a32eb:/.codacy.yml diff --git a/.codacy.yml b/.codacy.yml index d5a2db0a6a..ac70b5fbd9 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -5,14 +5,17 @@ engines: exclude_paths: - 'teshsuite/**' exclude_paths: - - 'src/include/catch.hpp' - - 'teshsuite/smpi/mpich3-test/**' - - 'teshsuite/smpi/isp/**' + - 'doc/**.css' - '**/*_dtd.c' - '**/*_dtd.h' - '**/*yy.c' - - 'src/xbt/automaton/parserPromela.tab.*' - - 'src/smpi/colls/**/*' + - 'docs/**.py' + - 'tools/**.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/**'