We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14557c4 commit a8d9bcfCopy full SHA for a8d9bcf
lua/lint/linters/npm-groovy-lint.lua
@@ -7,7 +7,7 @@ local bin = "npm-groovy-lint"
7
8
return {
9
cmd = bin,
10
- args = { "--failon", "none", "-o", "json", "-" },
+ args = { "-o", "json", "-" },
11
stdin = true,
12
ignore_exitcode = true,
13
parser = function(output, _)
0 commit comments