-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathhomeboy.json
More file actions
45 lines (45 loc) · 988 Bytes
/
homeboy.json
File metadata and controls
45 lines (45 loc) · 988 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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"auto_cleanup": false,
"baselines": {
"lint": {
"context_id": "data-machine",
"created_at": "2026-03-06T04:47:29Z",
"item_count": 0,
"known_fingerprints": [],
"metadata": {
"findings_count": 0
}
}
},
"changelog_target": "docs/CHANGELOG.md",
"extensions": {
"wordpress": {
"php": "8.2",
"node": "20",
"database_type": "mysql",
"mysql_host": "localhost",
"mysql_database": "wptests",
"mysql_user": "root",
"mysql_password": ""
}
},
"id": "data-machine",
"version_targets": [
{
"file": "data-machine.php",
"pattern": "(?m)^\\s*\\*?\\s*Version:\\s*([0-9.]+)"
},
{
"file": "data-machine.php",
"pattern": "DATAMACHINE_VERSION',\\s*'([0-9.]+)'"
},
{
"file": "readme.txt",
"pattern": "(?m)^Stable tag:\\s*([0-9.]+)"
},
{
"file": "package.json",
"pattern": "\"version\":\\s*\"([0-9.]+)\""
}
]
}