Skip to content

Commit

Permalink
Ignore deprecated lines for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanbedi committed Oct 1, 2024
1 parent b8a0015 commit bba9a7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ func main() {

ds := newDataSource(logger)

//nolint:staticcheck // let's ignore this for now until we rewrite the backend to plugin manage
opts := datasource.ServeOpts{
QueryDataHandler: ds,
CheckHealthHandler: ds,
}

//nolint:staticcheck // let's ignore this for now until we rewrite the backend to plugin manage
if err := datasource.Serve(opts); err != nil {
logger.Error(err.Error())
os.Exit(1)
Expand Down

0 comments on commit bba9a7d

Please sign in to comment.