mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 05:04:28 +08:00
Add bash to the linter aliases (#4948)
This commit is contained in:
committed by
GitHub
parent
366de225fd
commit
aac34cd45a
@@ -11,6 +11,7 @@ let s:linters = {}
|
|||||||
" NOTE: Update the g:ale_linter_aliases documentation when modifying this.
|
" NOTE: Update the g:ale_linter_aliases documentation when modifying this.
|
||||||
let s:default_ale_linter_aliases = {
|
let s:default_ale_linter_aliases = {
|
||||||
\ 'Dockerfile': 'dockerfile',
|
\ 'Dockerfile': 'dockerfile',
|
||||||
|
\ 'bash': 'sh',
|
||||||
\ 'csh': 'sh',
|
\ 'csh': 'sh',
|
||||||
\ 'javascriptreact': ['javascript', 'jsx'],
|
\ 'javascriptreact': ['javascript', 'jsx'],
|
||||||
\ 'plaintex': 'tex',
|
\ 'plaintex': 'tex',
|
||||||
|
|||||||
@@ -1735,6 +1735,7 @@ g:ale_linter_aliases
|
|||||||
|
|
||||||
{
|
{
|
||||||
\ 'Dockerfile': 'dockerfile',
|
\ 'Dockerfile': 'dockerfile',
|
||||||
|
\ 'bash': 'sh',
|
||||||
\ 'csh': 'sh',
|
\ 'csh': 'sh',
|
||||||
\ 'javascriptreact': ['javascript', 'jsx'],
|
\ 'javascriptreact': ['javascript', 'jsx'],
|
||||||
\ 'plaintex': 'tex',
|
\ 'plaintex': 'tex',
|
||||||
|
|||||||
Reference in New Issue
Block a user