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:
@@ -13,7 +13,6 @@ linters:
|
||||
- unused
|
||||
- gosimple
|
||||
- ineffassign
|
||||
- gofmt
|
||||
- misspell
|
||||
- unconvert
|
||||
- unparam
|
||||
|
||||
Reference in New Issue
Block a user