Skip to content

Commit

Permalink
fix: remove vim.inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
otavioschwanck committed Jul 17, 2023
1 parent d9cc11d commit 83e2cb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/guard/tools/linter/rubocop.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ return {
local diags = {}

vim.tbl_map(function(mes)
print(vim.inspect(mes))
diags[#diags + 1] = diag_fmt(
buf,
tonumber(mes.location.line),
Expand Down

0 comments on commit 83e2cb3

Please sign in to comment.