1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-11-30 08:06:52 +02:00

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