You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/09/23 14:29:13 UTC

[19/50] rebar commit: updated refs/heads/import to 5dea85d

CONTRIBUTING: update Dialyzer bits


Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/5dfdd906
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/5dfdd906
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/5dfdd906

Branch: refs/heads/import
Commit: 5dfdd9066f04f3e3c3123f061bb073eaf22f91c8
Parents: 46869da
Author: Tuncer Ayaz <tu...@gmail.com>
Authored: Tue May 12 15:08:21 2015 +0200
Committer: Tuncer Ayaz <tu...@gmail.com>
Committed: Fri May 22 09:53:38 2015 +0200

----------------------------------------------------------------------
 CONTRIBUTING.md | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/5dfdd906/CONTRIBUTING.md
----------------------------------------------------------------------
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.