diff options
author | Gonzalo Quero <gquero@drwuk.com> | 2020-09-02 13:39:51 +0100 |
---|---|---|
committer | Gonzalo Quero <gquero@drwuk.com> | 2020-11-23 10:08:00 +0000 |
commit | 05d5cc49881bfef6cfcdf1f6bcf5771d9a8a4b93 (patch) | |
tree | 4aaa2c819ada0d22ad261550d062b7e7a6aeec55 | |
parent | 7d8275daf57269df0fb8f32f421344bea6364cb5 (diff) | |
download | ale-05d5cc49881bfef6cfcdf1f6bcf5771d9a8a4b93.zip |
chore: Document config_file variable
-rw-r--r-- | doc/ale-elixir.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ale-elixir.txt b/doc/ale-elixir.txt index de9daacf..a4e5c2c6 100644 --- a/doc/ale-elixir.txt +++ b/doc/ale-elixir.txt @@ -85,5 +85,12 @@ g:ale_elixir_credo_strict *g:ale_elixir_credo_strict* Tells credo to run in strict mode or suggest mode. Set variable to 1 to enable --strict mode. +g:ale_elixir_credo_config_file g:ale_elixir_credo_config_file + + Type: String + Default: '' + + Tells credo to use a custom configuration file. + =============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |