dev: adjust replacement msg for nosnakecase (#4443)

This commit is contained in:
Oleksandr Redko 2024-03-03 17:04:39 +02:00 committed by GitHub
parent df70758a05
commit 9b560aa88c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -477,7 +477,7 @@ func (b LinterBuilder) Build(cfg *config.Config) []*linter.Config {
WithSince("v1.47.0").
WithPresets(linter.PresetStyle).
WithURL("https://github.com/sivchari/nosnakecase").
Deprecated("The repository of the linter has been deprecated by the owner.", "v1.48.1", "revive(var-naming)"),
Deprecated("The repository of the linter has been deprecated by the owner.", "v1.48.1", "revive 'var-naming'"),
linter.NewConfig(golinters.NewNoSprintfHostPort()).
WithSince("v1.46.0").