From 8c212502e0665eb6c0833a4139a555e4d69c69f3 Mon Sep 17 00:00:00 2001 From: Hugo Gonzalez Labrador Date: Tue, 3 Sep 2024 15:13:54 +0200 Subject: [PATCH] omit copylock messages --- .golangci.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.golangci.yaml b/.golangci.yaml index 5ec02ab851..aa8d0dc193 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -90,4 +90,10 @@ linters-settings: In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an Intergovernmental Organization - or submit itself to any jurisdiction. \ No newline at end of file + or submit itself to any jurisdiction. + +issues: + exclude-rules: + - linters: + - govet + text: ".*lock.*"