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:19 UTC

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

Merge pull request #460 from tuncer/dialyzer

Add Dialyzer plugin

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

Branch: refs/heads/import
Commit: b0a8a11414f5b839b9431e3a9ca5edae4550f569
Parents: ccf9adc 17477b5
Author: Fred Hebert <mo...@ferd.ca>
Authored: Fri May 29 07:55:45 2015 -0400
Committer: Fred Hebert <mo...@ferd.ca>
Committed: Fri May 29 07:55:45 2015 -0400

----------------------------------------------------------------------
 .gitignore                       |   1 -
 CONTRIBUTING.md                  |   7 -
 Makefile                         |  41 +-----
 dialyzer_reference               |   3 -
 ebin/rebar.app                   |  25 +++-
 priv/shell-completion/bash/rebar |   6 +-
 priv/shell-completion/zsh/_rebar |   5 +-
 rebar.config                     |  11 ++
 rebar.config.sample              |  21 ++-
 src/rebar.erl                    |  10 ++
 src/rebar_dialyzer.erl           | 250 ++++++++++++++++++++++++++++++++++
 src/rebar_eunit.erl              |   2 +
 src/rebar_utils.erl              |   2 +
 13 files changed, 325 insertions(+), 59 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/b0a8a114/src/rebar.erl
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/b0a8a114/src/rebar_utils.erl
----------------------------------------------------------------------