1 Star 0 Fork 2

fastdgiot / emqx-rule-engine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
rebar.config 977 Bytes
一键复制 编辑 原始数据 按行查看 历史
jhonliu 提交于 2022-12-29 15:56 . feat: 4.4.11
%% -*- mode: erlang -*-
{deps, [ {jose, {git, "https://gitee.com/fastdgiot/erlang-jose", {tag, "emqx-1.11.3"}}}
]}.
%% Comple Opts
{erl_opts, [warn_unused_vars,
warn_shadow_vars,
warn_unused_import,
warn_obsolete_guard,
no_debug_info,
compressed, %% for edge
{parse_transform}
]}.
{overrides, [{add, [{erl_opts, [no_debug_info, compressed]}]}]}.
{edoc_opts, [{preprocess, true}]}.
{xref_checks, [undefined_function_calls, undefined_functions,
locals_not_used, deprecated_function_calls,
warnings_as_errors, deprecated_functions
]}.
%% {erl_opts, [...]}, but for CT runs
%% NOT WORKING!!!
%% %% == Common Test ==
%% {ct_compile_opts, [ export_all
%% , nowarn_export_all
%% ]}.
%% {ct_opts, []}.
{cover_enabled, true}.
{cover_opts, [verbose]}.
{cover_export_enabled, true}.
{plugins, [rebar3_proper]}.
1
https://gitee.com/fastdgiot/emqx-rule-engine.git
git@gitee.com:fastdgiot/emqx-rule-engine.git
fastdgiot
emqx-rule-engine
emqx-rule-engine
master

搜索帮助