mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Use a function to define shellcheck linters and vars needed, fixes tests
This commit is contained in:
@@ -1,11 +1,4 @@
|
||||
" Author: Ian2020 <https://github.com/Ian2020>
|
||||
" Description: This file adds support for using the shellcheck linter with
|
||||
" bats scripts. Heavily inspired by/copied from work by w0rp on shellcheck
|
||||
" for sh files.
|
||||
" Description: shellcheck linter for bats scripts.
|
||||
|
||||
call ale#linter#Define('bats', {
|
||||
\ 'name': 'shellcheck',
|
||||
\ 'executable': function('ale#handlers#shellcheck#GetExecutable'),
|
||||
\ 'command': function('ale#handlers#shellcheck#GetCommand'),
|
||||
\ 'callback': 'ale#handlers#shellcheck#Handle',
|
||||
\})
|
||||
call ale#handlers#shellcheck#DefineLinter('bats')
|
||||
|
||||
Reference in New Issue
Block a user