From 8e108f252c90183380c5978415c1a9434c4209bf Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Tue, 9 Sep 2025 22:19:19 +0200 Subject: Revert to using gofmt/goimports instead of gofumpt --- .golangci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.golangci.yaml') diff --git a/.golangci.yaml b/.golangci.yaml index 9edac9c..e295256 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -65,4 +65,5 @@ issues: max-same-issues: 0 formatters: enable: - - gofumpt + - gofmt + - goimports -- cgit v1.2.3