diff options
| -rwxr-xr-x | check_xref | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/check_xref b/check_xref index 24307fdb60..d241351fb0 100755 --- a/check_xref +++ b/check_xref @@ -136,6 +136,14 @@ checks() -> error, filters()}, {"(Lin) (L - LU)", "has unused local function(s)", error, filters()}, + %% E - all edges (i.e. function calls) + %% | - calling from + %% || - calling to + %% "RE1" : "RE2" / "RE3" - regex MFA + {"(E | \"(rabbit|amqp).*\" : \".*\" / \".*\" || " + "\"gen_server2?\" : \"call\" / \"2\")", + "5 sec timeout in", + error, filters()}, {"(Lin) (LU * (X - XU))", "has exported function(s) only used locally", warning, filters()}, |
