diff options
author | Tim Watson <tim@rabbitmq.com> | 2012-06-21 11:05:19 +0100 |
---|---|---|
committer | Tim Watson <tim@rabbitmq.com> | 2012-06-21 11:05:19 +0100 |
commit | c24700c5d48641efe422ba6cfdf52206213178f8 (patch) | |
tree | 1ad16cc5391c287d074cd91d520a995cbcf6cc37 | |
parent | 58351e5fa31ff2267d912913df12d126af886d1d (diff) | |
download | rabbitmq-server-c24700c5d48641efe422ba6cfdf52206213178f8.tar.gz |
Oops - implement the default filter properly
-rwxr-xr-x | check_xref | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]), |