From 54f308f16876d045c31c350f4c709c5aa8f8ffbd Mon Sep 17 00:00:00 2001 From: Viacheslav Poturaev Date: Sat, 4 Oct 2025 12:13:03 +0200 Subject: [PATCH] Relax linter --- scripts/.golangci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/.golangci.yml b/scripts/.golangci.yml index a399ba1..0a528da 100644 --- a/scripts/.golangci.yml +++ b/scripts/.golangci.yml @@ -5,6 +5,8 @@ run: linters: default: all disable: + - embeddedstructfieldcheck + - nilnil - noinlineerr - wsl_v5 - funcorder