Update .golangci.yml

This commit is contained in:
Xinwei Xiong 2024-03-05 15:21:37 +08:00 committed by GitHub
parent b9e10f3a8e
commit a888f7c404
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -730,7 +730,6 @@ linters:
- gosimple # Suggestions for simplifying code - gosimple # Suggestions for simplifying code
- errcheck - errcheck
- decorder - decorder
- sloglint
- ineffassign - ineffassign
- revive - revive
- reassign - reassign