summaryrefslogtreecommitdiff
path: root/src/rebar_prv_dialyzer.erl
Commit message (Expand)AuthorAgeFilesLines
* use PRV_ERROR for formattable errorsFred Hebert2015-03-161-2/+3
* Store base PLT in ~/.cache/rebar3/James Fish2015-03-121-2/+2
* update all examples in providers to use rebar3Tristan Sloughter2015-03-071-1/+1
* Merge pull request #227 from fishcakez/dialyzer_pltTristan Sloughter2015-03-051-20/+3
|\
| * Shorten default PLT nameJames Fish2015-03-051-1/+1
| * Fix dialyzer active otp release detectionJames Fish2015-03-051-18/+1
| * Change default project PLT location to base directoryJames Fish2015-03-051-2/+2
* | Add debug statements to dialyzer providerJames Fish2015-03-051-1/+5
|/
* Do not automatically check pltJames Fish2015-03-031-2/+7
* follow xdg standard. fixes #122Tristan Sloughter2015-02-191-2/+1
* Remove extra default warningsJames Fish2015-02-161-7/+1
* Fix dialyzer when only updating pltJames Fish2015-02-151-1/+1
* Fix {dialyzer_plt_warnings, false} returning warningsJames Fish2015-02-141-6/+26
* Merge pull request #132 from fishcakez/dialyzer_failTristan Sloughter2015-02-081-28/+51
|\
| * Fix dialyzer plt checking typoJames Fish2015-02-071-1/+1
| * Display full path in dialyzer warningssJames Fish2015-02-071-1/+1
| * Fail if any dialyzer warnings aren't unknownsJames Fish2015-02-071-25/+48
* | Fix dialyzer erts file lookup for releases prior to R16B02James Fish2015-02-081-0/+7
|/
* 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