From: Augustin Degomme Date: Thu, 7 Feb 2019 09:52:57 +0000 (+0100) Subject: remove doxygen css and py tools scripts from codacy X-Git-Tag: v3_22~305 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2985599616be49bee6d18c0d8ff6d3da46d208fe?hp=e3562f9c43a00487adc1bdedfb011f2499247a7b remove doxygen css and py tools scripts from codacy --- diff --git a/.codacy.yml b/.codacy.yml index fa5ea26553..ac70b5fbd9 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -5,10 +5,12 @@ engines: exclude_paths: - 'teshsuite/**' exclude_paths: + - 'doc/**.css' - '**/*_dtd.c' - '**/*_dtd.h' - '**/*yy.c' - 'docs/**.py' + - 'tools/**.py' - 'examples/smpi/NAS/*' - 'include/xbt/RngStream.h' - 'src/include/catch.hpp'