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 - govet
- staticcheck - staticcheck
- unused - unused
- gosimple
- ineffassign - ineffassign
- misspell - misspell
- unconvert - unconvert
@@ -26,7 +25,6 @@ linters:
- gocognit - gocognit
- nakedret - nakedret
- prealloc - prealloc
- stylecheck
- whitespace - whitespace
- wrapcheck - wrapcheck
- errname - errname