Skip to content

Commit aac34cd

Browse files
authored
Add bash to the linter aliases (#4948)
1 parent 366de22 commit aac34cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

autoload/ale/linter.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ let s:linters = {}
1111
" NOTE: Update the g:ale_linter_aliases documentation when modifying this.
1212
let s:default_ale_linter_aliases = {
1313
\ 'Dockerfile': 'dockerfile',
14+
\ 'bash': 'sh',
1415
\ 'csh': 'sh',
1516
\ 'javascriptreact': ['javascript', 'jsx'],
1617
\ 'plaintex': 'tex',

doc/ale.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1735,6 +1735,7 @@ g:ale_linter_aliases
17351735
17361736
{
17371737
\ 'Dockerfile': 'dockerfile',
1738+
\ 'bash': 'sh',
17381739
\ 'csh': 'sh',
17391740
\ 'javascriptreact': ['javascript', 'jsx'],
17401741
\ 'plaintex': 'tex',

0 commit comments

Comments
 (0)