From 33ad929d55f7ceec5179a21150a4ba42f81ad5eb Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 12 May 2024 13:30:09 +0200 Subject: [PATCH] CI: Update linter config for current linter version Signed-off-by: Knut Ahlers --- .golangci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index e4d0cf1..be9cf3a 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 @@ -75,9 +77,7 @@ linters-settings: min-complexity: 15 gomnd: - settings: - mnd: - ignored-functions: 'strconv.(?:Format|Parse)\B+' + ignored-functions: 'strconv.(?:Format|Parse)\B+' revive: rules: