fix(lint): remove gosimple (merged into staticcheck in golangci-lint v2)

This commit is contained in:
2026-02-22 10:05:37 +01:00
parent 4b871c67cc
commit dd5366f931

View File

@@ -3,7 +3,6 @@ version: "2"
linters:
enable:
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck