Skip to content

Commit b7c7a1d

Browse files
authored
execinquery: deprecation (#4652)
1 parent 9ccb20d commit b7c7a1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/lint/lintersdb/builder_linter.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
245245
WithSince("v1.46.0").
246246
WithPresets(linter.PresetSQL).
247247
WithLoadForGoAnalysis().
248-
WithURL("https://github.com/lufeee/execinquery"),
248+
WithURL("https://github.com/1uf3/execinquery").
249+
Deprecated("The repository of the linter has been archived by the owner.", "v1.58.0", ""),
249250

250251
linter.NewConfig(exhaustive.New(&cfg.LintersSettings.Exhaustive)).
251252
WithSince(" v1.28.0").

0 commit comments

Comments
 (0)