summaryrefslogtreecommitdiff
path: root/src/rebar_prv_dialyzer.erl
Commit message (Expand)AuthorAgeFilesLines
* Fix typo, occured -> occurredLuis Rascao2017-04-121-1/+1
* Enable path reformatting for DialyzerFred Hebert2017-01-211-3/+4
* Add exclude_apps/mods, plt_extra_mods, base_plt_mods configJames Fish2016-11-031-57/+105
* Fix return error on `not_valid` to force .plt file regenerationGuillaume Bour2016-07-301-2/+1
* Fix support for `not_valid` dialyzer errorGuillaume Bour2016-07-221-0/+3
* Avoid PLT rebuild when files deleted on new dialyzerJames Fish2016-07-111-3/+16
* Don't error when analyzing empty appJames Fish2016-07-111-4/+7
* Handle empty PLTsJames Fish2016-07-111-1/+12
* rebranding: update links rebar/rebar3 -> erlang/rebar3Pierre Fenoll2016-03-191-1/+1
* Ignore unknown warning when dialyzer < 2.8James Fish2016-02-021-1/+22
* Rebuild PLT when beams no longer existJames Fish2015-10-311-5/+16
* Return legnth of the original warnings no the formated onesHeinz N. Gies2015-09-291-1/+1
* Group dialyzer warnings by file and concentrate outputHeinz N. Gies2015-09-291-5/+1
* Write original messages not fancy ones to diskHeinz N. Gies2015-09-221-2/+2
* Colorize the first dialyzer messageHeinz N. Gies2015-09-211-12/+2
* Merge pull request #783 from sile/dialyzer_include_all_deps_optionFred Hebert2015-09-151-11/+47
|\
| * Change option name from "plt_include_all_deps" to "plt_apps"Takeru Ohta2015-09-121-16/+17
| * Fix error handlings for unknown applicationsTakeru Ohta2015-09-121-2/+2
| * Add `plt_include_all_deps` dialyzer config optionTakeru Ohta2015-09-081-1/+36
* | fix dialyzer warningsTristan Sloughter2015-09-091-1/+1
|/
* Some fixes after reviewViacheslav V. Kovalev2015-06-261-2/+1
* Fix dialyzer tests on windowsViacheslav V. Kovalev2015-06-261-1/+1
* Fix dialyzer tests on windowsViacheslav V. Kovalev2015-06-261-0/+9
* Use the same dialyzer rebar.config options as rebarJames Fish2015-06-061-35/+58
* Include same files in PLT as rebar2James Fish2015-06-021-99/+39
* fix bareness issuesFred Hebert2015-05-311-1/+1
* print and format error message for bad .app files and all bad configsTristan Sloughter2015-05-221-2/+2
* Write dialyzer warnings to fileJames Fish2015-04-281-56/+95
* Error on dialyzer unknown warnings like rebar2James Fish2015-04-281-67/+86
* real bootstrappingTristan Sloughter2015-04-221-1/+1
* track and cleanup code paths for different contextsTristan Sloughter2015-04-211-0/+3
* 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