From 9520802b9b7209f9d339abae57e5f53eaa6d891d Mon Sep 17 00:00:00 2001 From: versat Date: Wed, 7 Mar 2018 15:23:43 +0100 Subject: [PATCH 1/2] Codacy: Exclude more test files which contain errors by intention --- .codacy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.codacy.yml b/.codacy.yml index 37507c2bcc5..6ac2f146c5d 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -1,3 +1,9 @@ exclude_paths: + - addons/test/*.c + - addons/y2038/test/*.c + - samples/**/bad.c + - samples/**/bad.cpp + - test/test.cxx - test/cfg/*.c - test/cfg/*.cpp + - test/synthetic/*.c From c79560f9203f6e0fac03f5b25057f09ce484cdd8 Mon Sep 17 00:00:00 2001 From: versat Date: Wed, 7 Mar 2018 16:41:02 +0100 Subject: [PATCH 2/2] Codacy: Exclude htmlreport/example.cc too --- .codacy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codacy.yml b/.codacy.yml index 6ac2f146c5d..cf0b1ffb1bf 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -1,6 +1,7 @@ exclude_paths: - addons/test/*.c - addons/y2038/test/*.c + - htmlreport/example.cc - samples/**/bad.c - samples/**/bad.cpp - test/test.cxx