summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHoracio Sanson <hsanson@gmail.com>2021-01-20 08:42:45 +0900
committerGitHub <noreply@github.com>2021-01-20 08:42:45 +0900
commitbfc412a77ba108b1529f48548def8b0ab56e95a1 (patch)
tree3bf23d5189a2abde328b02f84063c6845d43fd59 /doc
parent9387ccfbc57f34f9fdc6af85cd0dbddf5ee8c5ae (diff)
parent7e9d4fbfc820ae4198b07b204295fc3acd391209 (diff)
downloadale-bfc412a77ba108b1529f48548def8b0ab56e95a1.zip
Merge pull request #3455 from Thau/feat/credo_config_file
feat: Adds variable to use custom config file with Elixir Credo
Diffstat (limited to 'doc')
-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: