Update the Docker image; fix an error
This commit is contained in:
parent
f398faa8d3
commit
8dce126a6c
2 changed files with 4 additions and 3 deletions
|
@ -25,7 +25,8 @@ function! ale_linters#salt#salt_lint#Handle(buffer, lines) abort
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
call ale#linter#Define('salt', {
|
call ale#linter#Define('salt', {
|
||||||
\ 'name': 'salt-lint',
|
\ 'name': 'salt_lint',
|
||||||
|
\ 'aliases': ['salt-lint'],
|
||||||
\ 'executable': {b -> ale#Var(b, 'salt_salt_lint_executable')},
|
\ 'executable': {b -> ale#Var(b, 'salt_salt_lint_executable')},
|
||||||
\ 'command': function('ale_linters#salt#salt_lint#GetCommand'),
|
\ 'command': function('ale_linters#salt#salt_lint#GetCommand'),
|
||||||
\ 'callback': 'ale_linters#salt#salt_lint#Handle'
|
\ 'callback': 'ale_linters#salt#salt_lint#Handle'
|
||||||
|
|
|
@ -9,8 +9,8 @@ set -u
|
||||||
# options, or read the output below.
|
# options, or read the output below.
|
||||||
#
|
#
|
||||||
|
|
||||||
image=akevinclark/ale
|
image=w0rp/ale
|
||||||
current_image_id=8e1802ca34b5
|
current_image_id=1c04720f5d17
|
||||||
|
|
||||||
# Used in all test scripts for running the selected Docker image.
|
# Used in all test scripts for running the selected Docker image.
|
||||||
DOCKER_RUN_IMAGE="$image"
|
DOCKER_RUN_IMAGE="$image"
|
||||||
|
|
Reference in a new issue