diff --git a/vimrc b/vimrc index 1ad35e4..bbb5909 100644 --- a/vimrc +++ b/vimrc @@ -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'],