Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Commit

Permalink
allow_docker -> docker_allow
Browse files Browse the repository at this point in the history
  • Loading branch information
rsrchboy committed Jul 4, 2017
1 parent dcbf96c commit aa92faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -369,7 +369,7 @@ Plug 'codegram/vim-codereview' ", { 'on': 'CodeReview' }
if has('job') && has('timers') && has('channel')
Plug 'w0rp/ale'

let g:ale_allow_docker = 1
let g:ale_docker_allow = 1
let g:ale_dockerfile_hadolint_use_docker = 'yes'
let g:ale_sql_sqlint_use_docker = 'yes'
let g:ale_vim_vint_use_docker = 'yes'
Expand Down

0 comments on commit aa92faa

Please sign in to comment.