chore: simplify golangci-lint configuration by removing gofmt

- Removed the gofmt linter from the golangci-lint configuration to streamline the linter setup and focus on more relevant checks.
This commit is contained in:
0x524a
2025-12-02 23:39:11 -05:00
parent 216040d7f7
commit e0d62af87a
-1
View File
@@ -13,7 +13,6 @@ linters:
- unused
- gosimple
- ineffassign
- gofmt
- misspell
- unconvert
- unparam