summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Watson <tim@rabbitmq.com>2012-06-21 11:05:19 +0100
committerTim Watson <tim@rabbitmq.com>2012-06-21 11:05:19 +0100
commitc24700c5d48641efe422ba6cfdf52206213178f8 (patch)
tree1ad16cc5391c287d074cd91d520a995cbcf6cc37
parent58351e5fa31ff2267d912913df12d126af886d1d (diff)
downloadrabbitmq-server-c24700c5d48641efe422ba6cfdf52206213178f8.tar.gz
Oops - implement the default filter properly
-rwxr-xr-xcheck_xref2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_xref b/check_xref
index 70b922c1..1ef88b01 100755
--- a/check_xref
+++ b/check_xref
@@ -102,7 +102,7 @@ check(Cwd, PluginsDir, LibDir, Checks) ->
%%
perform_analysis({Query, Description, Severity}) ->
- perform_analysis({Query, Description, Severity, fun(_) -> return end});
+ perform_analysis({Query, Description, Severity, fun(_) -> false end});
perform_analysis({Query, Description, Severity, Filter}) ->
report_progress("Checking whether any code ~s "
"(~s)~n", [Description, Query]),