mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
dev: adjust replacement msg for nosnakecase (#4443)
This commit is contained in:
parent
df70758a05
commit
9b560aa88c
1 changed files with 1 additions and 1 deletions
|
@ -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").
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue