You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 line
1.2 KiB

  1. %% -*- erlang -*-
  2. %% -------------------------------------------------------------------
  3. %%
  4. %% Copyright (c) 2011-2015 Basho Technologies, Inc.
  5. %%
  6. %% This file is provided to you under the Apache License,
  7. %% Version 2.0 (the "License"); you may not use this file
  8. %% except in compliance with the License. You may obtain
  9. %% a copy of the License at
  10. %%
  11. %% http://www.apache.org/licenses/LICENSE-2.0
  12. %%
  13. %% Unless required by applicable law or agreed to in writing,
  14. %% software distributed under the License is distributed on an
  15. %% "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  16. %% KIND, either express or implied. See the License for the
  17. %% specific language governing permissions and limitations
  18. %% under the License.
  19. %%
  20. %% -------------------------------------------------------------------
  21. {erl_first_files, ["src/lager_util.erl"]}.
  22. {erl_opts, [
  23. debug_info,
  24. warn_untyped_record
  25. ]}.
  26. {deps, [
  27. {goldrush, ".*", {git, "git://github.com/DeadZen/goldrush.git", {tag, "0.1.8"}}}
  28. ]}.
  29. {xref_checks, []}.
  30. {xref_queries, [{"(XC - UC) || (XU - X - B - lager_default_tracer : Mod - erlang:\"(is_map|map_size)\"/1 - maps:to_list/1)", []}]}.
  31. {cover_enabled, true}.
  32. {edoc_opts, [{stylesheet_file, "./priv/edoc.css"}]}.