Skip to content

Commit

Permalink
feat(nvim/lint): add hadolint linter
Browse files Browse the repository at this point in the history
  • Loading branch information
andros21 committed Oct 1, 2023
1 parent 2042fe2 commit 5b04a89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/.config/nvim/lua/andros21/config/cfg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ andros21.cfg = {
yaml = { "yamllint", "actionlint" },
sh = { "shellcheck" },
python = { "ruff" },
dockerfile = { "hadolint" },
},
lsp_zero = { rust = { "rust-analyzer" } },
exclude_install = { "fishindent" },
Expand Down

0 comments on commit 5b04a89

Please sign in to comment.