summaryrefslogtreecommitdiff
path: root/check_xref
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
commit030a937e8c29b76444d56b8d4bb37832a98971b5 (patch)
tree1ad16cc5391c287d074cd91d520a995cbcf6cc37 /check_xref
parent8d490ed2226235ebaa4d7132c19dc204b326ac2f (diff)
downloadrabbitmq-server-git-030a937e8c29b76444d56b8d4bb37832a98971b5.tar.gz
Oops - implement the default filter properly
Diffstat (limited to 'check_xref')
-rwxr-xr-xcheck_xref2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_xref b/check_xref
index 70b922c11f..1ef88b01e4 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]),