Fix shellcheck
This commit is contained in:
parent
e7c74f2287
commit
87b987daab
@ -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" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user