From 1412d00696ea75f1b92664725320bcd55daeb3e7 Mon Sep 17 00:00:00 2001 From: Shawn Hartsell Date: Mon, 22 Apr 2024 16:27:25 -0500 Subject: [PATCH] updating golangci-lint from upgrade --- .golangci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index 39d9589..c81322f 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -16,10 +16,10 @@ linters: - unparam run: tests: true - skip-files: - - ".*_test\\.go$" modules-download-mode: vendor issues: + exclude-files: + - ".*_test\\.go$" exclude-rules: - path: test/github.go text: "var-declaration: should omit type string from declaration of var authenticatedLogin; it will be inferred from the right-hand side"