X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/05c280c2e4f419cbeeb3d3d6456d991a70f1edcc..9b5c287fbf93c2ae7c3d18c8584647ef9920fe87:/.codacy.yml diff --git a/.codacy.yml b/.codacy.yml index d7f3564698..ac70b5fbd9 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -3,17 +3,19 @@ engines: coverage: enabled: true exclude_paths: - - teshsuite/** + - '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/**/* - - examples/smpi/NAS/* - - src/xbt/RngStream.c - - include/xbt/RngStream.h - \ No newline at end of file + - 'doc/**.css' + - '**/*_dtd.c' + - '**/*_dtd.h' + - '**/*yy.c' + - 'docs/**.py' + - 'tools/**.py' + - 'examples/smpi/NAS/*' + - '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/**'