Chore: Remove lint exceptions from testdata backend (#75148)

This commit is contained in:
Andres Martinez Gotor
2023-09-21 10:39:28 +02:00
committed by GitHub
parent f229758af0
commit dd8f88b194
3 changed files with 45 additions and 24 deletions
-2
View File
@@ -9,8 +9,6 @@ import (
"github.com/grafana/grafana-plugin-sdk-go/backend/log"
"github.com/grafana/grafana-plugin-sdk-go/backend/resource/httpadapter"
"github.com/grafana/grafana-plugin-sdk-go/data"
// nolint:depguard // Lint exception can be removed once we move testdata to a separate module
"github.com/grafana/grafana/pkg/tsdb/testdatasource/sims"
)