From e0ec9db23d720eb2321768aa141aa5f3b174d808 Mon Sep 17 00:00:00 2001 From: Ziv Nevo <79099626+zivnevo@users.noreply.github.com> Date: Wed, 3 Jan 2024 14:19:48 +0200 Subject: [PATCH] linter: avoid printing lines of code with problems (#308) --- .golangci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index ee612e4e6..1637aea52 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -108,3 +108,6 @@ issues: run: timeout: 5m + +output: + print-issued-lines: false