replace deprecated megacheck with specific linters

This commit is contained in:
Marco Vito Moscaritolo 2024-11-11 14:02:55 +01:00 committed by Mike Farah
parent 9d60c79609
commit 18972b290a

View File

@ -10,7 +10,9 @@ linters:
- gofmt - gofmt
- goimports - goimports
- gosec - gosec
- megacheck - gosimple
- staticcheck
- unused
- misspell - misspell
- nakedret - nakedret
- nolintlint - nolintlint