-
-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathinfection.json.dist
More file actions
32 lines (32 loc) · 797 Bytes
/
infection.json.dist
File metadata and controls
32 lines (32 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"source": {
"directories": [
"src"
]
},
"staticAnalysisTool": "phpstan",
"mutators": {
"@default": true,
"CloneRemoval": {
"ignore": [
"CuyZ\\Valinor\\Compiler\\*"
]
},
"PublicVisibility": {
"ignore": [
"CuyZ\\Valinor\\Compiler\\Node"
]
}
},
"tmpDir": "var/cache/infection",
"logs": {
"text": "var/infection/infection.log",
"summary": "var/infection/summary.log",
"perMutator": "var/infection/per-mutator.md",
"html": "var/infection/infection.html",
"stryker": {
"report": "master"
}
},
"$schema": "vendor/infection/infection/resources/schema.json"
}