[quandary] off-by-default

Reviewed By: jeremydubreil

Differential Revision: D8048565

fbshipit-source-id: 8e9a91a
master
Sam Blackshear 7 years ago committed by Facebook Github Bot
parent 8715c4f892
commit ee4584e2e2

@ -737,7 +737,7 @@ and ( annotation_reachability
"the detection of mismatch between the Java printf format strings and the argument types \ "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\", \ For, example, this checker will warn about the type error in `printf(\"Hello %d\", \
\"world\")`" \"world\")`"
and quandary = mk_checker ~long:"quandary" ~default:true "the quandary taint analysis" and quandary = mk_checker ~long:"quandary" ~default:false "the quandary taint analysis"
and racerd = and racerd =
mk_checker ~long:"racerd" ~deprecated:["-threadsafety"] ~default:true mk_checker ~long:"racerd" ~deprecated:["-threadsafety"] ~default:true
"the RacerD thread safety analysis" "the RacerD thread safety analysis"

Loading…
Cancel
Save