From 2985599616be49bee6d18c0d8ff6d3da46d208fe Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Thu, 7 Feb 2019 10:52:57 +0100 Subject: [PATCH 1/1] remove doxygen css and py tools scripts from codacy --- .codacy.yml | 2 ++ 1 file changed, 2 insertions(+) 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' -- 2.20.1