From 6c7ac959cbfbd4821233551a9c124b01ae7832ba Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 6 Apr 2024 14:12:32 +0200 Subject: [PATCH] Update config for new output format Signed-off-by: Knut Ahlers --- .golangci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index e4d0cf1..8fb2844 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -9,7 +9,9 @@ run: modules-download-mode: readonly output: - format: tab + formats: + - format: tab + path: stdout issues: # This disables the included exclude-list in golangci-lint as that