X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3521de7c802c1727f4aa89a65132cc30055a66cb..aa2659b9b184ddeb3175dba1d3b7249172695aef:/.codacy.yml diff --git a/.codacy.yml b/.codacy.yml deleted file mode 100644 index a73af5d0a8..0000000000 --- a/.codacy.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- -engines: - coverage: - enabled: true - exclude_paths: - - 'teshsuite/**' -exclude_paths: - - 'doc/**.css' - - '**/*_dtd.c' - - '**/*_dtd.h' - - '**/*yy.c' - - 'docs/**.py' - - 'tools/**.py' - - 'examples/smpi/NAS/*' - - 'src/include/catch.hpp' - - 'src/include/xxhash.hpp' - - 'src/smpi/colls/**/*' - - 'src/xbt/automaton/parserPromela.tab.*' - - 'teshsuite/smpi/isp/**' - - 'teshsuite/smpi/mpich3-test/**'