From: Martin Quinson Date: Sat, 7 Jul 2018 19:31:26 +0000 (+0200) Subject: codacy: reuse the ignore patterns from sonar X-Git-Tag: v3_21~545 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7e4c262fa7831470eb293deda53b0556843c37fd codacy: reuse the ignore patterns from sonar --- diff --git a/.codacy.yml b/.codacy.yml index ab3273b3dd..18e318dfed 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -4,3 +4,16 @@ engines: enabled: true exclude_paths: - teshsuite/** +exclude_paths: + - src/*_unit.c* + - 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