From df49f596c4e2e44041e5d04d0d74ff915ec17b37 Mon Sep 17 00:00:00 2001 From: Victor Castell Date: Mon, 31 Oct 2022 11:48:37 +0100 Subject: [PATCH] Checking whole files in diff It's the default in golangci-lint action in GH this will bring parity to local linting. --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index cc9e55e2b5..145f8a68c1 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -47,6 +47,7 @@ linters-settings: issues: new-from-rev: origin/develop # report only new issues with reference to develop branch + whole-files: true exclude-rules: - path: _test\.go linters: