From 7e4c262fa7831470eb293deda53b0556843c37fd Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 7 Jul 2018 21:31:26 +0200 Subject: [PATCH] codacy: reuse the ignore patterns from sonar --- .codacy.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- 2.20.1