summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2014-06-29 20:15:43 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2014-06-29 21:13:45 +0200
commit5f995bfdc007c7f8c23d2b933a40627c1f311a04 (patch)
tree9ede41f6325bfb2020ee72738f6fb2fc36d81c78 /rebar.config
parent0d1ae7a4683b1e4a305eb848e70ec641984a1067 (diff)
Fix a few minor formatting inconsistencies
* fix overlong lines * where appropriate use %% instead of %
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config14
1 files changed, 10 insertions, 4 deletions
diff --git a/rebar.config b/rebar.config
index bf4ef4f..a64f00e 100644
--- a/rebar.config
+++ b/rebar.config
@@ -4,11 +4,17 @@
%% escript_incl_extra is for internal rebar-private use only.
%% Do not use outside rebar. Config interface is not stable.
{escript_incl_extra, [{"priv/templates/*", "."}]}.
+
%% Types dict:dict() and digraph:digraph() have been introduced in Erlang 17.
-%% At the same time, their counterparts dict() and digraph() are to be deprecated
-%% in Erlang 18. namespaced_types option is used to select proper type name
-%% depending of the OTP version used.
-{erl_opts, [{platform_define, "^[0-9]+", namespaced_types}, warnings_as_errors]}.
+%% At the same time, their counterparts dict() and digraph() are to be
+%% deprecated in Erlang 18. namespaced_types option is used to select proper
+%% type name depending of the OTP version used.
+{erl_opts,
+ [
+ {platform_define, "^[0-9]+", namespaced_types},
+ warnings_as_errors
+ ]}.
+
{xref_checks, []}.
{xref_queries,
[{"(XC - UC) || (XU - X - B