X-Git-Url: https://git.xandkar.net/?p=erlang-x-plane-data.git;a=blobdiff_plain;f=rebar.config;fp=rebar.config;h=59dea81d3e2e1b094ffe5c0b0bca5707669e6115;hp=0000000000000000000000000000000000000000;hb=cfe4f77b7b6746c9cae311b37e92f8f0ce378680;hpb=3549a33ac1d2d49c8cef0b6cf679e90f9cc3c89a diff --git a/rebar.config b/rebar.config new file mode 100644 index 0000000..59dea81 --- /dev/null +++ b/rebar.config @@ -0,0 +1,9 @@ +%%% vim: set filetype=erlang: +{ deps +, [ {hope , ".*" , {git , "https://github.com/ibnfirnas/hope.git" , {tag , "3.7.0"}}} + ] +}. + +{cover_enabled, true}. + +{clean_files, ["test/*.beam"]}.