-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
infection.json.dist
46 lines (46 loc) · 1.17 KB
/
infection.json.dist
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
{
"source": {
"directories": [
"src"
]
},
"logs": {
"text": "php:\/\/stderr",
"stryker": {
"report": "master"
}
},
"mutators": {
"@default": true,
"global-ignoreSourceCodeByRegex": [
".*bool \\$useCache = true.*"
],
"LogicalAndSingleSubExprNegation": {
"ignoreSourceCodeByRegex": [
".*if \\(\\$enableIdn .*"
]
},
"IfNegation": {
"ignoreSourceCodeByRegex": [
".*if \\(function_exists\\('json_validate'\\).*"
]
},
"FalseValue": {
"ignore": [
"Yiisoft\\Validator\\EmptyCondition\\NeverEmpty::__invoke",
"Yiisoft\\Validator\\EmptyCondition\\WhenNull::__invoke"
]
},
"IncrementInteger": {
"ignoreSourceCodeByRegex": [
".*setDate\\(2024, 3, 29\\).*",
".*setTime\\(0, 0\\).*"
]
},
"DecrementInteger": {
"ignoreSourceCodeByRegex": [
".*setDate\\(2024, 3, 29\\).*"
]
}
}
}