From cbc19f484ae82d89332a5645845045877b7401b2 Mon Sep 17 00:00:00 2001 From: jrm Date: Wed, 28 Oct 2015 10:12:06 -0700 Subject: [PATCH] Temporarily disabling the reporting on print args in Infer Reviewed By: cristianoc Differential Revision: D2590055 fb-gh-sync-id: a91d3d7 --- infer/bin/inferlib.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infer/bin/inferlib.py b/infer/bin/inferlib.py index 0f74bf46d..2ef17e3b0 100644 --- a/infer/bin/inferlib.py +++ b/infer/bin/inferlib.py @@ -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]: