Chore: Removes HideAngularDeprecation configuration (#110665)

* Chore: cleans up HideAngularDeprecation

* Trigger build
This commit is contained in:
Hugo Häggmark
2025-09-08 12:39:01 +02:00
committed by GitHub
parent 7020bdd7e1
commit bc843913e4
10 changed files with 13 additions and 63 deletions
@@ -3,7 +3,6 @@ package validation
import (
"context"
"errors"
"slices"
"time"
"github.com/grafana/grafana/pkg/plugins"
@@ -117,6 +116,5 @@ func (a *AngularDetector) Validate(ctx context.Context, p *plugins.Plugin) error
}).WithMessage("angular plugins are not supported")
}
}
p.Angular.HideDeprecation = slices.Contains(a.cfg.HideAngularDeprecation, p.ID)
return nil
}