use shellcheck for bash instead of sh

sh is renamed to bash for treesitter reasons.
This commit is contained in:
2026-02-03 18:05:53 +01:00
parent 8d273483ee
commit 3eeff04c9b

View File

@@ -37,7 +37,7 @@ local linters = {
lint.linters_by_ft = {
sh = { 'shellcheck' },
bash = { 'shellcheck' },
glsl = { 'glslang' },
}