forked from facebook/infer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.inferconfig
25 lines (25 loc) · 808 Bytes
/
.inferconfig
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
{
"force-delete-results-dir": true,
"siof-safe-methods": ["getGlobalNonPODAllowListed", "allow_listed::getGlobalNonPOD",
"allow_listed::TemplatedObject::getGlobalNonPOD"],
"pulse-model-returns-copy-pattern": "ns::creates_copy",
"capture-block-list": [
{
"source_contains": "_SHOULD_BE_SKIPPED_"
}
],
"report-block-list-spec": [
{
"bug_type" : "RETAIN_CYCLE",
"file" : "pulse/retain_cycles/RetainCycleBlocks.m",
"procedure_name" : "retain_a_in_block_cycle_bad",
"comment": "This is not really a FP, just testing."
},
{
"bug_type" : "RETAIN_CYCLE",
"file" : "pulse/retain_cycles/RetainCycleBlocks.m",
"class_name" : "RCBlock",
"procedure_name" : "retain_self_in_block_retain_cycle_bad"
}
]
}