Remove duplicate golangci linter (#3172)

`whitespace` is listed twice
This commit is contained in:
Robert Kaussow 2024-01-11 18:01:24 +01:00 committed by GitHub
parent d1fe86b7be
commit 489be65805
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,7 +136,6 @@ linters:
- staticcheck
- typecheck
- unused
- whitespace
- gofumpt
- errorlint
- forbidigo