-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODOS.json
More file actions
32 lines (32 loc) · 791 Bytes
/
TODOS.json
File metadata and controls
32 lines (32 loc) · 791 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
[
{
"file": "/Users/codebuddha/GitHub/whatodo/test/test.cc",
"todoPattern": "\\/\\/ ?TODO:?:?:? ?",
"high": 1,
"mid": 1,
"low": 1,
"unknown": 0,
"timing": "142 μs",
"todos": [
{
"priority": "low",
"line": 1,
"position": 0,
"comment": "todo low priority"
},
{
"priority": "mid",
"line": 2,
"position": 0,
"comment": "todo mid priority"
},
{
"priority": "high",
"line": 3,
"position": 0,
"comment": "todo high priority"
}
],
"size": 182
}
]