From 297f92c8b34e770469329cf12060a2bcf119db93 Mon Sep 17 00:00:00 2001 From: u5surf Date: Sun, 15 Oct 2023 01:17:57 +0000 Subject: [PATCH] Add disable lint rules * https://github.com/percona/pmm/pull/2545#issuecomment-1762895576 --- .golangci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 8b64eff852c..36c29c1d237 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -118,6 +118,8 @@ linters: - revive - paralleltest - gocognit + - tagalign + - ireturn # ENDTODO