Chore: Deprecate ID from Folder (#78281)
* Chore: Deprecate ID from Folder * chore: add more linter comments * chore: add missing lint comment
This commit is contained in:
@@ -387,7 +387,7 @@ type CountDashboardsInFolderRequest struct {
|
||||
|
||||
func FromDashboard(dash *Dashboard) *folder.Folder {
|
||||
return &folder.Folder{
|
||||
ID: dash.ID,
|
||||
ID: dash.ID, // nolint:staticcheck
|
||||
UID: dash.UID,
|
||||
OrgID: dash.OrgID,
|
||||
Title: dash.Title,
|
||||
|
||||
Reference in New Issue
Block a user