mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
14 lines
207 B
Plaintext
14 lines
207 B
Plaintext
|
{
|
||
|
"timeout": 10,
|
||
|
"source": {
|
||
|
"directories": [
|
||
|
"src"
|
||
|
]
|
||
|
},
|
||
|
"logs": {
|
||
|
"text": "build\/infection.log"
|
||
|
},
|
||
|
"mutators": {
|
||
|
"@default": true
|
||
|
}
|
||
|
}
|