summaryrefslogtreecommitdiff
path: root/src/rebar_prv_dialyzer.erl
Commit message (Expand)AuthorAgeFilesLines
* Ensure dir for plt exists when copyingJames Fish2014-12-171-0/+1
* move dir functions from utils to new module rebar_dirTristan Sloughter2014-12-011-1/+1
* Fix printing of dialyzer warningsJames Fish2014-11-221-1/+1
* Fix dialyzer to work on rebarJames Fish2014-11-221-5/+28
* Add configuration to hide warnings when updating pltJames Fish2014-11-211-3/+8
* Cleanup dialyzer providerJames Fish2014-11-211-37/+38
* Add crypto to base plt by defaultJames Fish2014-11-211-0/+1
* Clarify how apps are selected for the plt filesJames Fish2014-11-211-4/+6
* Introduce dialyzer otp versioned plts and base pltsJames Fish2014-11-201-88/+120
* Prepare dialyzer command for public useJames Fish2014-11-201-11/+36
* Add options to skip updating plt or success typingJames Fish2014-11-201-2/+21
* Improve default dialyzer PLT by trying to guess dependenciesJames Fish2014-11-201-11/+51
* Improve formatting of dialyzer errorsJames Fish2014-11-201-1/+9
* Refactor dialyzer PLT useJames Fish2014-11-201-45/+164
* Fix default dialyzer warningsJames Fish2014-11-201-9/+1
* move back to using format_error/1Tristan Sloughter2014-11-091-6/+6
* add deps pltTristan Sloughter2014-11-091-6/+8
* strip newline from end of dialyzer format warningsTristan Sloughter2014-11-081-1/+2
* add dialyzer providerTristan Sloughter2014-11-081-0/+105