Merge pull request #3455 from Thau/feat/credo_config_file

feat: Adds variable to use custom config file with Elixir Credo
This commit is contained in:
Horacio Sanson
2021-01-20 08:42:45 +09:00
committed by GitHub
3 changed files with 25 additions and 0 deletions

View File

@@ -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: