mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
These classes of mutations would be caught be static analysis
Infection doesn't support running Psalm, so removing the mutations is next best solution.
This commit is contained in:
parent
d8d483bd6a
commit
69f6754c4d
@ -9,6 +9,10 @@
|
|||||||
"text": "infection.log"
|
"text": "infection.log"
|
||||||
},
|
},
|
||||||
"mutators": {
|
"mutators": {
|
||||||
"@default": true
|
"@default": true,
|
||||||
|
"@cast": false,
|
||||||
|
"This": false,
|
||||||
|
"FunctionCall": false,
|
||||||
|
"NewObject": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user