summaryrefslogtreecommitdiff
path: root/test/command_callback/test_elixir_credo.vader
AgeCommit message (Collapse)Author
2019-09-07credo now recognizes umbrella projectsKamil Grzywacz
Use ale#handlers#elixir#FindMixUmbrellaRoot to determine project root instead of ale#handlers#elixir#FindMixProjectRoot
2019-03-11make options for credo configurable (#2337)Adam Trepanier
* Add credo --strict option If a user sets 'let g:ale_elixir_credo_strict=1' it will run credo with --strict instead of suggest. The default (0) is to run as suggest. * Added credo docs