From 73b32ff8b5f18c543255fb7f1c8b3b939026a3a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Fri, 6 Oct 2023 16:54:18 +0200 Subject: [PATCH] fix infection --- infection.json.dist => infection.json5.dist | 6 ++++++ 1 file changed, 6 insertions(+) rename infection.json.dist => infection.json5.dist (80%) diff --git a/infection.json.dist b/infection.json5.dist similarity index 80% rename from infection.json.dist rename to infection.json5.dist index 35bc891..f3aef4c 100644 --- a/infection.json.dist +++ b/infection.json5.dist @@ -14,6 +14,12 @@ "@default": true, "MBString": false, + "CastString": { + "ignore": [ + // Testing that getenv() does not return a string is difficult there. + "Fidry\\Makefile\\Test\\BaseMakefileTestCase::getNonDebugMakeFlags" + ] + }, "FunctionCallRemoval": { "ignore": [ "Fidry\\Makefile\\Test\\BaseMakefileTestCase::executeInDirectory"