chore(golangci-lint): remove unused linters

This commit is contained in:
Julien Neuhart
2024-04-03 11:55:24 +02:00
parent 43a13ff2c5
commit c11a2d0081

View File

@@ -35,19 +35,16 @@ linters:
- misspell - misspell
- prealloc - prealloc
- promlinter - promlinter
- sloglint #- sloglint
- sqlclosecheck
- staticcheck - staticcheck
- tenv - tenv
- testableexamples - testableexamples
- testifylint
- tparallel - tparallel
- typecheck - typecheck
- unconvert - unconvert
- unused - unused
- wastedassign - wastedassign
- whitespace - whitespace
- zerologlint
run: run:
timeout: 5m timeout: 5m