1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
parsedown/infection.json.dist

19 lines
307 B
Plaintext
Raw Normal View History

2019-02-03 00:09:56 +03:00
{
"timeout": 10,
"source": {
"directories": [
"src"
]
},
"logs": {
"text": "infection.log"
},
"mutators": {
"@default": true,
"@cast": false,
"This": false,
"FunctionCall": false,
"NewObject": false
2019-02-03 00:09:56 +03:00
}
}