From 165a76d1d068b489cd5ca93dd5aa8afeb3b9e9cb Mon Sep 17 00:00:00 2001 From: HyBer <59885141+BBboy01@users.noreply.github.com> Date: Thu, 6 Mar 2025 10:13:22 +0800 Subject: [PATCH] fix: unsupported usage --- lua/guard-collection/linter/shellcheck.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/guard-collection/linter/shellcheck.lua b/lua/guard-collection/linter/shellcheck.lua index 639b282..7293118 100644 --- a/lua/guard-collection/linter/shellcheck.lua +++ b/lua/guard-collection/linter/shellcheck.lua @@ -1,7 +1,6 @@ return { cmd = 'shellcheck', args = { '--format', 'json1', '--external-sources' }, - stdin = true, parse = require('guard.lint').from_json({ get_diagnostics = function(...) return vim.json.decode(...).comments