execinquery: deprecation ()

This commit is contained in:
Ludovic Fernandez 2024-04-17 14:53:26 +02:00 committed by GitHub
parent 9ccb20d7ba
commit b7c7a1d9b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -245,7 +245,8 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
WithSince("v1.46.0").
WithPresets(linter.PresetSQL).
WithLoadForGoAnalysis().
WithURL("https://github.com/lufeee/execinquery"),
WithURL("https://github.com/1uf3/execinquery").
Deprecated("The repository of the linter has been archived by the owner.", "v1.58.0", ""),
linter.NewConfig(exhaustive.New(&cfg.LintersSettings.Exhaustive)).
WithSince(" v1.28.0").