vim: add hadolint for Dockerfiles

feature/symbol-search
bretello 2020-12-06 01:58:46 +01:00
parent da3b5628ad
commit 71ddd95a25
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

@ -150,6 +150,7 @@ let g:ale_cpp_gcc_options = '-std=c++17 -Wall -Wpedantic'
let g:ale_linters = {
\ 'bash': ['bashlint', "shellcheck"],
\ 'dockerfile': ["hadolint"],
\ 'zsh': ['bashlint', "shellcheck"],
\ 'python': ['pyls', 'pylint', 'bandit'],
\ 'go': ['gopls', 'gobuild'],