From e0d62af87a724140193bad5469980700c34315ec Mon Sep 17 00:00:00 2001 From: 0x524a Date: Tue, 2 Dec 2025 23:39:11 -0500 Subject: [PATCH] chore: simplify golangci-lint configuration by removing gofmt - Removed the gofmt linter from the golangci-lint configuration to streamline the linter setup and focus on more relevant checks. --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 4d5e628..a1286f9 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -13,7 +13,6 @@ linters: - unused - gosimple - ineffassign - - gofmt - misspell - unconvert - unparam