diff options
author | w0rp <devw0rp@gmail.com> | 2018-11-19 20:14:22 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-11-19 20:14:30 +0000 |
commit | e74d43fb2554c055df1195eb818315d756dd0b82 (patch) | |
tree | 641d1b2026179e2bd4df7509caf95ce82c4cb23e /doc | |
parent | 1c89495d771ec6518599bea83dd11a7c1d66ba73 (diff) | |
download | ale-e74d43fb2554c055df1195eb818315d756dd0b82.zip |
Fix #2084 - Disable mix by default, as it causes too many problems
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-elixir.txt | 5 | ||||
-rw-r--r-- | doc/ale.txt | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/ale-elixir.txt b/doc/ale-elixir.txt index 30ec3be1..45c6de1d 100644 --- a/doc/ale-elixir.txt +++ b/doc/ale-elixir.txt @@ -5,6 +5,11 @@ ALE Elixir Integration *ale-elixir-options* =============================================================================== mix *ale-elixir-mix* + +The `mix` linter is disabled by default, as it can bee too expensive to run. +See `:help g:ale_linters` + + g:ale_elixir_mix_options *g:ale_elixir_mix_options* *b:ale_elixir_mix_options* Type: |String| diff --git a/doc/ale.txt b/doc/ale.txt index 8c617420..d438f70f 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1422,6 +1422,7 @@ g:ale_linters *g:ale_linters* { \ 'csh': ['shell'], + \ 'elixir': ['credo', 'dialyxir', 'dogma', 'elixir-ls'], \ 'go': ['gofmt', 'golint', 'go vet'], \ 'hack': ['hack'], \ 'help': [], |