summaryrefslogtreecommitdiff
path: root/ale_linters/yaml/circleci.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/yaml/circleci.vim')
-rw-r--r--ale_linters/yaml/circleci.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/yaml/circleci.vim b/ale_linters/yaml/circleci.vim
index 3df61459..20835454 100644
--- a/ale_linters/yaml/circleci.vim
+++ b/ale_linters/yaml/circleci.vim
@@ -28,7 +28,7 @@ endfunction
call ale#linter#Define('yaml', {
\ 'name': 'circleci',
\ 'executable': {b -> expand('#' . b . ':p') =~? '\.circleci' ? 'circleci' : ''},
-\ 'command': 'circleci config validate - < %s',
+\ 'command': 'circleci --skip-update-check config validate - < %s',
\ 'callback': 'ale_linters#yaml#circleci#Handle',
\ 'output_stream': 'stderr',
\ 'lint_file': 1,