Fix shellcheck

This commit is contained in:
CronyAkatsuki 2024-04-19 07:39:48 +02:00
parent e7c74f2287
commit 87b987daab

View File

@ -158,9 +158,9 @@
lintersByFt = { lintersByFt = {
python = [ "mypy" ]; python = [ "mypy" ];
ruby = [ "ruby" ]; ruby = [ "ruby" ];
sh = [ "shellcheck" ]; # sh = [ "shellcheck" ];
bash = [ "shellcheck" ]; # bash = [ "shellcheck" ];
zsh = [ "shellcheck" ]; # zsh = [ "shellcheck" ];
perl = [ "perlcritic" ]; perl = [ "perlcritic" ];
}; };
}; };