From 896d844cac976afd0ee8aa73dd2fb28e15e7ac79 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 18 Mar 2025 22:40:46 +0100 Subject: feat: Convert templ components to gomponents --- .golangci.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.golangci.yaml') diff --git a/.golangci.yaml b/.golangci.yaml index df90b0a..e44d5d8 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -36,3 +36,8 @@ linters-settings: - .WithMessagef( - .WithStack( - (context.Context).Err( +issues: + exclude-rules: + - linters: [revive] + path: internal/components + text: "dot-imports" -- cgit 1.4.1