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 8e72406 commit c474060Copy full SHA for c474060
1 file changed
lua/guard/lint.lua
@@ -104,7 +104,7 @@ function M.do_lint_single(buf, config)
104
end
105
106
if #data > 0 then
107
- results = lint.parse(data, buf)
+ results = lint.parse(data, buf, fname, cwd)
108
109
110
vim.schedule(function()
@@ -119,7 +119,7 @@ function M.do_lint_single(buf, config)
119
else
120
data = lint.fn(prev_lines)
121
122
123
124
125
0 commit comments