diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2012-11-12 21:40:35 -0700 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2012-11-12 21:40:35 -0700 |
commit | 473843d3cc4a44a9b1dae2205be620a73731bc4c (patch) | |
tree | 8ee4d9550179df68fab387c4878ca7454986824c | |
parent | 4c25718492ac848be17fb5c10ef0224d617689e3 (diff) |
Add diameter exclusions to xref
-rw-r--r-- | rebar.config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index cbdaf52..b03f338 100644 --- a/rebar.config +++ b/rebar.config @@ -15,5 +15,8 @@ - (\"erlydtl\":\"compile\"/\"3\") - (\"lfe_comp\":\"file\"/\"2\") - (\"neotoma\":\"file\"/\"2\") - - (\"protobuffs_compile\":\"scan_file\"/\"2\"))", + - (\"protobuffs_compile\":\"scan_file\"/\"2\") + - (\"diameter_codegen\":\"from_dict\"/\"4\") + - (\"diameter_dict_util\":\"format_error\"/\"1\") + - (\"diameter_dict_util\":\"parse\"/\"2\"))", []}]}. |