summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-06-30 20:43:27 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-06-30 20:43:27 +0200
commit06d7fd6ef2c11b5160b22aa763f4f2515229f4ec (patch)
tree94225445f8bab824a52de93cf6ee317d67217936 /README.md
parent3368e8b3078af03a6272559c99cbd44659331620 (diff)
downloadrebar-06d7fd6ef2c11b5160b22aa763f4f2515229f4ec.tar.gz
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6ec68b8..5e8932c 100644
--- a/README.md
+++ b/README.md
@@ -130,13 +130,15 @@ and you can use rebar to build OTP-compliant apps.
make: [dialyzer_warnings] Error 2 (ignored)
```
-[xref](http://www.erlang.org/doc/man/xref.html) and
[Dialyzer](http://www.erlang.org/doc/man/dialyzer.html) warnings are compared
against a set of safe-to-ignore warnings
found in
-[dialyzer_reference](https://raw.github.com/tuncer/rebar/maint/dialyzer_reference)
+[dialyzer_reference](https://raw.github.com/basho/rebar/master/dialyzer_reference)
and
-[xref_reference](https://raw.github.com/tuncer/rebar/maint/xref_reference).
+
+[xref](http://www.erlang.org/doc/man/xref.html) is run with custom queries
+to suppress safe-to-ignore warnings
+[xref_queries](https://raw.github.com/basho/rebar/master/rebar.config)
It is **strongly recommended** to check the code with
[Tidier](http://tidier.softlab.ntua.gr:20000/tidier/getstarted).