From 98ad652cf81e64dc9b6680139b3d27a2dbdcc5bf Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Sun, 3 Mar 2024 12:34:12 +0000 Subject: [PATCH] Remove gofumpt linter `gofmt` is the common standard. It is good enough. Signed-off-by: Matthias Rampke --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 73090e8..2714853 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -6,7 +6,6 @@ run: linters: enable: - errorlint - - gofumpt - goimports - staticcheck disable-all: true