We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d6842 commit 376a7bcCopy full SHA for 376a7bc
1 file changed
lua/guard-collection/linter/shellcheck.lua
@@ -1,7 +1,6 @@
1
return {
2
cmd = 'shellcheck',
3
args = { '--format', 'json1', '--external-sources' },
4
- stdin = true,
5
parse = require('guard.lint').from_json({
6
get_diagnostics = function(...)
7
return vim.json.decode(...).comments
0 commit comments