| Commit message (Expand) | Author | Age | Files | Lines |
* | support dialyzer plt location and prefix in cli args | Tristan Sloughter | 2019-04-06 | 1 | -24/+27 |
* | Abstracted path management | Fred Hebert | 2018-10-11 | 1 | -2/+3 |
* | OTP-21 readiness, Full Unicode support | Fred Hebert | 2017-11-16 | 1 | -1/+1 |
* | Unicode support in all the places | Fred Hebert | 2017-08-06 | 1 | -8/+8 |
* | Fix typo, occured -> occurred | Luis Rascao | 2017-04-12 | 1 | -1/+1 |
* | Enable path reformatting for Dialyzer | Fred Hebert | 2017-01-21 | 1 | -3/+4 |
* | Add exclude_apps/mods, plt_extra_mods, base_plt_mods config | James Fish | 2016-11-03 | 1 | -57/+105 |
* | Fix return error on `not_valid` to force .plt file regeneration | Guillaume Bour | 2016-07-30 | 1 | -2/+1 |
* | Fix support for `not_valid` dialyzer error | Guillaume Bour | 2016-07-22 | 1 | -0/+3 |
* | Avoid PLT rebuild when files deleted on new dialyzer | James Fish | 2016-07-11 | 1 | -3/+16 |
* | Don't error when analyzing empty app | James Fish | 2016-07-11 | 1 | -4/+7 |
* | Handle empty PLTs | James Fish | 2016-07-11 | 1 | -1/+12 |
* | rebranding: update links rebar/rebar3 -> erlang/rebar3 | Pierre Fenoll | 2016-03-19 | 1 | -1/+1 |
* | Ignore unknown warning when dialyzer < 2.8 | James Fish | 2016-02-02 | 1 | -1/+22 |
* | Rebuild PLT when beams no longer exist | James Fish | 2015-10-31 | 1 | -5/+16 |
* | Return legnth of the original warnings no the formated ones | Heinz N. Gies | 2015-09-29 | 1 | -1/+1 |
* | Group dialyzer warnings by file and concentrate output | Heinz N. Gies | 2015-09-29 | 1 | -5/+1 |
* | Write original messages not fancy ones to disk | Heinz N. Gies | 2015-09-22 | 1 | -2/+2 |
* | Colorize the first dialyzer message | Heinz N. Gies | 2015-09-21 | 1 | -12/+2 |
* | Merge pull request #783 from sile/dialyzer_include_all_deps_option | Fred Hebert | 2015-09-15 | 1 | -11/+47 |
|\ |
|
| * | Change option name from "plt_include_all_deps" to "plt_apps" | Takeru Ohta | 2015-09-12 | 1 | -16/+17 |
| * | Fix error handlings for unknown applications | Takeru Ohta | 2015-09-12 | 1 | -2/+2 |
| * | Add `plt_include_all_deps` dialyzer config option | Takeru Ohta | 2015-09-08 | 1 | -1/+36 |
* | | fix dialyzer warnings | Tristan Sloughter | 2015-09-09 | 1 | -1/+1 |
|/ |
|
* | Some fixes after review | Viacheslav V. Kovalev | 2015-06-26 | 1 | -2/+1 |
* | Fix dialyzer tests on windows | Viacheslav V. Kovalev | 2015-06-26 | 1 | -1/+1 |
* | Fix dialyzer tests on windows | Viacheslav V. Kovalev | 2015-06-26 | 1 | -0/+9 |
* | Use the same dialyzer rebar.config options as rebar | James Fish | 2015-06-06 | 1 | -35/+58 |
* | Include same files in PLT as rebar2 | James Fish | 2015-06-02 | 1 | -99/+39 |
* | fix bareness issues | Fred Hebert | 2015-05-31 | 1 | -1/+1 |
* | print and format error message for bad .app files and all bad configs | Tristan Sloughter | 2015-05-22 | 1 | -2/+2 |
* | Write dialyzer warnings to file | James Fish | 2015-04-28 | 1 | -56/+95 |
* | Error on dialyzer unknown warnings like rebar2 | James Fish | 2015-04-28 | 1 | -67/+86 |
* | real bootstrapping | Tristan Sloughter | 2015-04-22 | 1 | -1/+1 |
* | track and cleanup code paths for different contexts | Tristan Sloughter | 2015-04-21 | 1 | -0/+3 |
* | use PRV_ERROR for formattable errors | Fred Hebert | 2015-03-16 | 1 | -2/+3 |
* | Store base PLT in ~/.cache/rebar3/ | James Fish | 2015-03-12 | 1 | -2/+2 |
* | update all examples in providers to use rebar3 | Tristan Sloughter | 2015-03-07 | 1 | -1/+1 |
* | Merge pull request #227 from fishcakez/dialyzer_plt | Tristan Sloughter | 2015-03-05 | 1 | -20/+3 |
|\ |
|
| * | Shorten default PLT name | James Fish | 2015-03-05 | 1 | -1/+1 |
| * | Fix dialyzer active otp release detection | James Fish | 2015-03-05 | 1 | -18/+1 |
| * | Change default project PLT location to base directory | James Fish | 2015-03-05 | 1 | -2/+2 |
* | | Add debug statements to dialyzer provider | James Fish | 2015-03-05 | 1 | -1/+5 |
|/ |
|
* | Do not automatically check plt | James Fish | 2015-03-03 | 1 | -2/+7 |
* | follow xdg standard. fixes #122 | Tristan Sloughter | 2015-02-19 | 1 | -2/+1 |
* | Remove extra default warnings | James Fish | 2015-02-16 | 1 | -7/+1 |
* | Fix dialyzer when only updating plt | James Fish | 2015-02-15 | 1 | -1/+1 |
* | Fix {dialyzer_plt_warnings, false} returning warnings | James Fish | 2015-02-14 | 1 | -6/+26 |
* | Merge pull request #132 from fishcakez/dialyzer_fail | Tristan Sloughter | 2015-02-08 | 1 | -28/+51 |
|\ |
|
| * | Fix dialyzer plt checking typo | James Fish | 2015-02-07 | 1 | -1/+1 |