-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathinfection.json.dist
More file actions
52 lines (52 loc) · 1.38 KB
/
Copy pathinfection.json.dist
File metadata and controls
52 lines (52 loc) · 1.38 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"timeout": 120,
"source": {
"directories": [
"src"
]
},
"logs": {
"text": "infection-log.txt"
},
"mutators": {
"@default": true,
"InstanceOf_": false,
"OneZeroInteger": {
"ignore": [
"WyriHaximus\\GithubAction\\WaitForStatus\\App::boot"
]
},
"IncrementInteger": {
"ignore": [
"WyriHaximus\\GithubAction\\WaitForStatus\\App::boot"
]
},
"LogicalNot": {
"ignore": [
"WyriHaximus\\GithubAction\\WaitForStatus\\App::boot"
]
},
"ArrayItemRemoval": {
"ignore": [
"WyriHaximus\\GithubAction\\WaitForStatus\\App::boot"
]
},
"Foreach_": {
"ignore": [
"WyriHaximus\\GithubAction\\WaitForStatus\\App::boot"
]
},
"Continue_": {
"ignore": [
"WyriHaximus\\GithubAction\\WaitForStatus\\App::boot",
"WyriHaximus\\GithubAction\\WaitForStatus\\StatusCheck\\Checks::refresh"
]
},
"MethodCallRemoval": {
"ignore": [
"WyriHaximus\\GithubAction\\WaitForStatus\\App::wait",
"WyriHaximus\\GithubAction\\WaitForStatus\\App::wait"
]
}
}
}