summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-09-09 22:19:19 +0200
committerAhmed AbdelHalim <[email protected]>2025-09-09 22:22:18 +0200
commit8e108f252c90183380c5978415c1a9434c4209bf (patch)
treebb053731eed258f0f0bf00b244c7ca1631d407a3
parentc5fe83c193e307673407c2e02f57a55c72471a99 (diff)
Revert to using gofmt/goimports instead of gofumpt
-rw-r--r--.golangci.yaml3
1 files changed, 2 insertions, 1 deletions
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