forked from danielstjules/Stringy
-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathinfection.json.dist
More file actions
18 lines (18 loc) · 414 Bytes
/
Copy pathinfection.json.dist
File metadata and controls
18 lines (18 loc) · 414 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"$schema": "https://infection.github.io/schema.json",
"source": {
"directories": [
"src"
],
"excludes": [
"src/JsonSerializableReturnTypeTraitPhp81.php"
]
},
"phpUnit": {
"configDir": "."
},
"staticAnalysisTool": "phpstan",
"staticAnalysisToolOptions": "--memory-limit=512M",
"minMsi": 87,
"minCoveredMsi": 87
}