summaryrefslogtreecommitdiff
path: root/doc/ale-elixir.txt
diff options
context:
space:
mode:
authorGonzalo Quero <gquero@drwuk.com>2020-09-02 13:39:51 +0100
committerGonzalo Quero <gquero@drwuk.com>2020-11-23 10:08:00 +0000
commit05d5cc49881bfef6cfcdf1f6bcf5771d9a8a4b93 (patch)
tree4aaa2c819ada0d22ad261550d062b7e7a6aeec55 /doc/ale-elixir.txt
parent7d8275daf57269df0fb8f32f421344bea6364cb5 (diff)
downloadale-05d5cc49881bfef6cfcdf1f6bcf5771d9a8a4b93.zip
chore: Document config_file variable
Diffstat (limited to 'doc/ale-elixir.txt')
-rw-r--r--doc/ale-elixir.txt7
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: