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:
parent
da3b5628ad
commit
71ddd95a25
1
vimrc
1
vimrc
|
@ -150,6 +150,7 @@ let g:ale_cpp_gcc_options = '-std=c++17 -Wall -Wpedantic'
|
||||||
|
|
||||||
let g:ale_linters = {
|
let g:ale_linters = {
|
||||||
\ 'bash': ['bashlint', "shellcheck"],
|
\ 'bash': ['bashlint', "shellcheck"],
|
||||||
|
\ 'dockerfile': ["hadolint"],
|
||||||
\ 'zsh': ['bashlint', "shellcheck"],
|
\ 'zsh': ['bashlint', "shellcheck"],
|
||||||
\ 'python': ['pyls', 'pylint', 'bandit'],
|
\ 'python': ['pyls', 'pylint', 'bandit'],
|
||||||
\ 'go': ['gopls', 'gobuild'],
|
\ 'go': ['gopls', 'gobuild'],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user