[ConfigImpact] Increase config-impact-max-callees-to-print from 3 to 5

Reviewed By: jvillard

Differential Revision: D27738109

fbshipit-source-id: c22cbe00f
master
Ezgi Çiçek 4 years ago committed by Facebook GitHub Bot
parent e7efc38eb0
commit 4afc51755c

@ -1017,7 +1017,7 @@ and config_impact_issues_tests =
and config_impact_max_callees_to_print = and config_impact_max_callees_to_print =
CLOpt.mk_int ~long:"config-impact-max-callees-to-print" ~default:3 CLOpt.mk_int ~long:"config-impact-max-callees-to-print" ~default:5
~in_help:InferCommand.[(Report, manual_generic); (ReportDiff, manual_generic)] ~in_help:InferCommand.[(Report, manual_generic); (ReportDiff, manual_generic)]
~meta:"int" ~meta:"int"
"Specify the maximum number of unchecked callees to print in the config impact checker" "Specify the maximum number of unchecked callees to print in the config impact checker"

Loading…
Cancel
Save