Skip to content

Commit

Permalink
fix(pydoclint): Linted file, no params used
Browse files Browse the repository at this point in the history
  • Loading branch information
aemonge authored Sep 12, 2024
1 parent 9637938 commit 5321b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/null-ls/builtins/diagnostics/pydoclint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ return h.make_builtin({
return code <= 2
end,
multiple_files = false,
on_output = function(line, params)
on_output = function(line)
-- Filter lines using Lua pattern matching
if line:match("^[^:]+:%d+:") then
-- Process the line as needed
Expand Down

0 comments on commit 5321b21

Please sign in to comment.