Skip to content

Commit

Permalink
fix infection
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Oct 6, 2023
1 parent 340c1f5 commit 73b32ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions infection.json.dist → infection.json5.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 73b32ff

Please sign in to comment.