1
0
Fork 0

lint: remove shellcheck for zsh

This commit is contained in:
Felipe 2023-04-11 10:14:35 -04:00
parent d178c3286b
commit 75c49d24d7
Signed by: pitbuster
SSH key fingerprint: SHA256:OM3HeVSA96adfy2Gi8OhZkQBY67P88LoJUwkeVoTArQ

View file

@ -179,7 +179,7 @@ lint.linters.clippy = {
stdin = false, stdin = false,
append_fname = true, append_fname = true,
args = {}, args = {},
stream = nil, -- ('stdout' | 'stderr' | 'both') configure the stream to which the linter outputs the linting result. stream = 'stdout',
ignore_exitcode = false, ignore_exitcode = false,
env = nil, env = nil,
parser = require('lint.parser').from_errorformat(clippy_format) parser = require('lint.parser').from_errorformat(clippy_format)
@ -191,7 +191,6 @@ linters = {
python = {'flake8'}, python = {'flake8'},
rust = {'clippy'}, rust = {'clippy'},
yaml = {'yamllint'}, yaml = {'yamllint'},
zsh = {'shellcheck'},
} }
-- set linters -- -- set linters --
lint.linters_by_ft = linters lint.linters_by_ft = linters