1 files changed,
2 insertions(+),
3 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2025-04-08 17:19:57 +0300
Parent:
8bf1b73
M
lua/plugins/lsp/servers.lua
@@ -44,9 +44,8 @@ init_options = {
command = { "golangci-lint", "run", - "--fast", - "--out-format", - "json", + "--output.json.path=stdout", + "--show-stats=false", "--issues-exit-code=1", }, },