Temporarily disabling the reporting on print args in Infer

Reviewed By: cristianoc

Differential Revision: D2590055

fb-gh-sync-id: a91d3d7
master
jrm 9 years ago committed by facebook-github-bot-1
parent 6f3873aa99
commit cbc19f484a

@ -282,7 +282,8 @@ def should_report(analyzer, row):
'ASSERTION_FAILURE',
'ACTIVITY_LEAK',
'BAD_POINTER_COMPARISON',
'CHECKERS_PRINTF_ARGS'
# 'CHECKERS_PRINTF_ARGS'
# TODO (#8030397): revert this once all the checkers are moved to Infer
]
if analyzer in [ERADICATE, CHECKERS, TRACING]:

Loading…
Cancel
Save