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 = {
|
||||
sh = { 'shellcheck' },
|
||||
bash = { 'shellcheck' },
|
||||
glsl = { 'glslang' },
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user