Merge pull request #3258 from jmreicha/patch-3

bashate typo
This commit is contained in:
Horacio Sanson
2020-07-31 08:13:04 +09:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ g:ale_sh_bashate_options *g:ale_sh_bashate_options*
example to ignore the indentation rule:
>
let g:ale_sh_shellcheck_options = '-i E003'
let g:ale_sh_bashate_options = '-i E003'
<
===============================================================================