parsedown/infection.json.dist

19 lines
307 B
Plaintext
Raw Normal View History

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