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 = {
python = [ "mypy" ];
ruby = [ "ruby" ];
sh = [ "shellcheck" ];
bash = [ "shellcheck" ];
zsh = [ "shellcheck" ];
# sh = [ "shellcheck" ];
# bash = [ "shellcheck" ];
# zsh = [ "shellcheck" ];
perl = [ "perlcritic" ];
};
};