From 8a79a417178dcd13434a20d28acf02da98f95045 Mon Sep 17 00:00:00 2001 From: christiandins <145166933+christiandins@users.noreply.github.com> Date: Fri, 15 Nov 2024 21:48:59 +0100 Subject: [PATCH] chore: add linter misspell (#1883) --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index cc3bc235..19d45198 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -8,6 +8,7 @@ linters: - goimports - gofmt - gofumpt + - misspell linters-settings: goimports: