From eed9dfb31f4c3c47343a75883dd95d8ef8c1a475 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 7 Mar 2018 20:30:27 +0100 Subject: [PATCH] Codacy: Exclude more test files which contain errors by intention (#1106) * Codacy: Exclude more test files which contain errors by intention * Codacy: Exclude htmlreport/example.cc too --- .codacy.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.codacy.yml b/.codacy.yml index 37507c2bc..cf0b1ffb1 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -1,3 +1,10 @@ exclude_paths: + - addons/test/*.c + - addons/y2038/test/*.c + - htmlreport/example.cc + - samples/**/bad.c + - samples/**/bad.cpp + - test/test.cxx - test/cfg/*.c - test/cfg/*.cpp + - test/synthetic/*.c