From 799601c02e851e0e41aa5490f840ed4bb5c04247 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 22 Aug 2018 08:46:21 +0200 Subject: [PATCH] .codacy.yml: Ignore *.cpp files in addons/test too --- .codacy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codacy.yml b/.codacy.yml index cf0b1ffb1..e150c9bfb 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -1,5 +1,6 @@ exclude_paths: - addons/test/*.c + - addons/test/*.cpp - addons/y2038/test/*.c - htmlreport/example.cc - samples/**/bad.c