fix: remove unexisting golangci-lint checker from migration to v2

This commit is contained in:
Felipe M 2025-08-04 16:38:34 +02:00
parent f42dce9147
commit e6daab182c
No known key found for this signature in database
GPG key ID: 52E5D65FCF99808A

View file

@ -11,7 +11,6 @@ linters:
- nakedret - nakedret
- revive - revive
- staticcheck # Now includes gosimple and stylecheck - staticcheck # Now includes gosimple and stylecheck
- typecheck
- unconvert - unconvert
- unused - unused
- whitespace - whitespace
@ -69,7 +68,7 @@ formatters:
goimports: goimports:
local-prefixes: local-prefixes:
- {{.GoModule.Name}} - { { .GoModule.Name } }
output: output:
formats: formats: