chore: refine golangci-lint configuration by removing unused linters

- Removed the gosimple and stylecheck linters 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:40:51 -05:00
parent e0d62af87a
commit c939fb6563
-2
View File
@@ -11,7 +11,6 @@ linters:
- govet
- staticcheck
- unused
- gosimple
- ineffassign
- misspell
- unconvert
@@ -26,7 +25,6 @@ linters:
- gocognit
- nakedret
- prealloc
- stylecheck
- whitespace
- wrapcheck
- errname