use shellcheck for bash instead of sh
sh is renamed to bash for treesitter reasons.
This commit is contained in:
@@ -37,7 +37,7 @@ local linters = {
|
|||||||
|
|
||||||
|
|
||||||
lint.linters_by_ft = {
|
lint.linters_by_ft = {
|
||||||
sh = { 'shellcheck' },
|
bash = { 'shellcheck' },
|
||||||
glsl = { 'glslang' },
|
glsl = { 'glslang' },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user