From 9cdba57783e6a5b127259c1cf45ff00fc8db6411 Mon Sep 17 00:00:00 2001 From: Julio Lopez <1953782+julio-lopez@users.noreply.github.com> Date: Wed, 29 Oct 2025 12:33:30 -0700 Subject: [PATCH] chore(ci): add linter config for `gofumpt` (#4929) --- .golangci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 6951c6be8..df18840da 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -191,6 +191,8 @@ formatters: - standard - default - localmodule + gofumpt: + extra-rules: true output: show-stats: false