mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
69f6754c4d
Infection doesn't support running Psalm, so removing the mutations is next best solution.
19 lines
307 B
Plaintext
19 lines
307 B
Plaintext
{
|
|
"timeout": 10,
|
|
"source": {
|
|
"directories": [
|
|
"src"
|
|
]
|
|
},
|
|
"logs": {
|
|
"text": "infection.log"
|
|
},
|
|
"mutators": {
|
|
"@default": true,
|
|
"@cast": false,
|
|
"This": false,
|
|
"FunctionCall": false,
|
|
"NewObject": false
|
|
}
|
|
}
|