Add Elvis handler for Erlang

[Elvis][1] is an Erlang style reviewer.

[1]: https://github.com/inaka/elvis
This commit is contained in:
Dmitri Vereshchagin
2019-09-01 17:36:40 +03:00
parent 5bc49d2047
commit 49718e0ec6
7 changed files with 107 additions and 0 deletions
+12
View File
@@ -31,6 +31,18 @@ g:ale_erlang_dialyzer_rebar3_profile *g:ale_erlang_dialyzer_rebar3_profile*
This variable can be changed to specify the profile that is used to
run dialyzer with rebar3.
-------------------------------------------------------------------------------
elvis *ale-erlang-elvis*
g:ale_erlang_elvis_executable *g:ale_erlang_elvis_executable*
*b:ale_erlang_elvis_executable*
Type: |String|
Default: `'elvis'`
This variable can be changed to specify the elvis executable.
-------------------------------------------------------------------------------
erlc *ale-erlang-erlc*