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:
@@ -11,7 +11,6 @@ linters:
|
||||
- govet
|
||||
- staticcheck
|
||||
- unused
|
||||
- gosimple
|
||||
- ineffassign
|
||||
- misspell
|
||||
- unconvert
|
||||
@@ -26,7 +25,6 @@ linters:
|
||||
- gocognit
|
||||
- nakedret
|
||||
- prealloc
|
||||
- stylecheck
|
||||
- whitespace
|
||||
- wrapcheck
|
||||
- errname
|
||||
|
||||
Reference in New Issue
Block a user