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
|
- unused
|
||||||
- gosimple
|
- gosimple
|
||||||
- ineffassign
|
- ineffassign
|
||||||
- gofmt
|
|
||||||
- misspell
|
- misspell
|
||||||
- unconvert
|
- unconvert
|
||||||
- unparam
|
- unparam
|
||||||
|
|||||||
Reference in New Issue
Block a user