[release-12.0.2] Chore: Address linting issues to unblock CI (#106610)

Chore: Address linting issues to unblock CI
This commit is contained in:
Matheus Macabu
2025-06-12 16:01:28 +02:00
committed by GitHub
parent 6cb121d4e8
commit 25b41aabd5
7 changed files with 16 additions and 2 deletions
@@ -10,6 +10,8 @@ import (
"github.com/google/uuid"
"github.com/prometheus/common/model"
"github.com/stretchr/testify/require"
//nolint:staticcheck
"golang.org/x/exp/rand"
"github.com/grafana/grafana/pkg/services/featuremgmt"
@@ -7,6 +7,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
//nolint:staticcheck
"golang.org/x/exp/rand"
"github.com/grafana/grafana/pkg/apimachinery/identity"
@@ -14,6 +14,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"golang.org/x/exp/maps"
//nolint:staticcheck
"golang.org/x/exp/rand"
"github.com/grafana/grafana/pkg/bus"
@@ -10,6 +10,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
//nolint:staticcheck
"golang.org/x/exp/rand"
"github.com/grafana/grafana/pkg/services/folder"