1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-22 03:21:30 +01:00

vim: add hadolint for Dockerfiles

This commit is contained in:
bretello 2020-12-06 01:58:46 +01:00
parent da3b5628ad
commit 71ddd95a25
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

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'],