diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-09 22:19:19 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-09 22:22:18 +0200 |
| commit | 8e108f252c90183380c5978415c1a9434c4209bf (patch) | |
| tree | bb053731eed258f0f0bf00b244c7ca1631d407a3 /.golangci.yaml | |
| parent | c5fe83c193e307673407c2e02f57a55c72471a99 (diff) | |
Revert to using gofmt/goimports instead of gofumpt
Diffstat (limited to '.golangci.yaml')
| -rw-r--r-- | .golangci.yaml | 3 |
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 |
