From 2f569458170e0ff0f44c4705951f5ded91f650a5 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 5 Jun 2024 16:58:00 +0200 Subject: [PATCH] Fixed golangci --- .golangci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 2ee3af595..c3447dc46 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -76,8 +76,8 @@ issues: new-from-rev: dev fix: false exclude-dirs: - - "*node_modules*" - - "*template*" + - ".*node_modules.*" + - ".*template.*" exclude-rules: # Exclude some linters from running on tests files. - path: _test\.go