From c4a7151d992be8243db398217f38a1fda493bd4c Mon Sep 17 00:00:00 2001 From: mkelvers Date: Fri, 12 Jun 2026 13:46:02 +0200 Subject: [PATCH] chore: fix node_modules path exclusion in golangci config --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 1b981c3..1ec7e68 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -51,7 +51,7 @@ linters: - third_party$ - builtin$ - examples$ - - node_modules$ + - node_modules/ issues: max-issues-per-linter: 0