Summary: The command `infer capture -- rebar3 compile` will trigger Rebar3.capture, which does nothing (yet). Reviewed By: jvillard Differential Revision: D28096898 fbshipit-source-id: 6f06a9640master
parent
7207e05682
commit
495c89284b
@ -0,0 +1,11 @@
|
||||
(*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*)
|
||||
|
||||
open! IStd
|
||||
|
||||
(* TODO *)
|
||||
let capture ~args:_ = ()
|
@ -0,0 +1,10 @@
|
||||
(*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*)
|
||||
|
||||
open! IStd
|
||||
|
||||
val capture : args:string list -> unit
|
Loading…
Reference in new issue