[ownership] set default to off

Reviewed By: sblackshear, da319, dulmarod

Differential Revision: D7024235

fbshipit-source-id: d9ac386
master
Nikos Gorogiannis 7 years ago committed by Facebook Github Bot
parent d6e546950a
commit ae8b73e480

@ -721,7 +721,7 @@ and ( annotation_reachability
and litho = mk_checker ~long:"litho" "Experimental checkers supporting the Litho framework"
and liveness =
mk_checker ~long:"liveness" ~default:true "the detection of dead stores and unused variables"
and ownership = mk_checker ~long:"ownership" ~default:true "the detection of C++ lifetime bugs"
and ownership = mk_checker ~long:"ownership" ~default:false "the detection of C++ lifetime bugs"
and printf_args =
mk_checker ~long:"printf-args" ~default:true
"the detection of mismatch between the Java printf format strings and the argument types For, example, this checker will warn about the type error in `printf(\"Hello %d\", \"world\")`"

Loading…
Cancel
Save