Skip to content

Commit

Permalink
Merge pull request #13 from otavioschwanck/main
Browse files Browse the repository at this point in the history
fix: remove print from rubocop
  • Loading branch information
glepnir authored Jul 17, 2023
2 parents d9cc11d + 83e2cb3 commit cee98d1
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 cee98d1

Please sign in to comment.