Skip to content

Commit

Permalink
nvim: Lint bash files with shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
zapling committed Sep 6, 2024
1 parent 99908ca commit 7f8007c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/nvim/lua/zapling/config/nvim_lint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ local M = {}
local linters_by_ft = {
go = { 'golangcilint' },
sh = { 'shellcheck' },
bash = { 'shellcheck' },
}

M.get_filetypes = function()
Expand Down

0 comments on commit 7f8007c

Please sign in to comment.