Skip to content

Commit fa200f5

Browse files
committed
fix: selene cmdline api change
1 parent 5bfccbc commit fa200f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/guard-collection/linter/selene.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local lint = require('guard.lint')
22

33
return {
44
cmd = 'selene',
5-
args = { '--no-summary', '--display-style', 'json2' },
5+
args = { '--no-summary', '--display-style', 'json2', '-' },
66
stdin = true,
77
parse = lint.from_json({
88
attributes = {

0 commit comments

Comments
 (0)