summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2015-05-12 15:08:21 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2015-05-22 09:53:38 +0200
commit5dfdd9066f04f3e3c3123f061bb073eaf22f91c8 (patch)
tree2f680dc562cf24ac79f2f5658b4cc864a6ff7e79 /CONTRIBUTING.md
parent46869dabbe96481db5d8f17f449cbdc40b387409 (diff)
downloadrebar-5dfdd9066f04f3e3c3123f061bb073eaf22f91c8.tar.gz
CONTRIBUTING: update Dialyzer bits
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 968153e..1ef5594 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -77,13 +77,6 @@ and [Dialyzer](http://www.erlang.org/doc/man/dialyzer.html), causing a test
failure.
If that happens, running `make clean` before running `make check` could solve the problem.
-Dialyzer requires a PLT (Persitent Lookup Table) to work with, and `make check` will fail without it. The PLT that rebar uses needs to initially be created with `make build_plt`, and is named based on the version of Erlang/OTP in use. See the [Dialyzer man page](http://www.erlang.org/doc/man/dialyzer.html) or [this further explanation](http://www.erlang.org/doc/apps/dialyzer/dialyzer_chapter.html) for additional information.
-
-If you change any of the files with known but safe to ignore Dialyzer warnings, you may
-have to adapt the line number(s) in [dialyzer_reference](dialyzer_reference). If you do that,
-do not remove the
-leading blank line.
-
#### Structuring your commits
Fixing a bug is one commit.