This commit is contained in:
Josh Reichardt 2020-07-30 09:00:20 -05:00 committed by GitHub
parent e03e24c091
commit 72f1d730fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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'
<
===============================================================================