Skip to content

Commit a8d9bcf

Browse files
committed
remove --failon none
1 parent 14557c4 commit a8d9bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lint/linters/npm-groovy-lint.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ local bin = "npm-groovy-lint"
77

88
return {
99
cmd = bin,
10-
args = { "--failon", "none", "-o", "json", "-" },
10+
args = { "-o", "json", "-" },
1111
stdin = true,
1212
ignore_exitcode = true,
1313
parser = function(output, _)

0 commit comments

Comments
 (0)