Skip to content

Commit 376a7bc

Browse files
authored
fix: unsupported usage (#53)
1 parent 83d6842 commit 376a7bc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lua/guard-collection/linter/shellcheck.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
return {
22
cmd = 'shellcheck',
33
args = { '--format', 'json1', '--external-sources' },
4-
stdin = true,
54
parse = require('guard.lint').from_json({
65
get_diagnostics = function(...)
76
return vim.json.decode(...).comments

0 commit comments

Comments
 (0)