chore: add nolint directives for deprecated option.WithCredentialsFile

Fixes the golangci_lint pipeline failure in !295 (merged).

The updated google.golang.org/api dependency causes staticcheck to flag two uses of option.WithCredentialsFile as SA1019 (deprecated). This MR adds //nolint:staticcheck directives on those lines until a proper fix can be implemented.

Affected lines:

  • monitoring/profiler_stackdriver.go:53
  • monitoring/profiler_stackdriver_test.go:92

Related: #106 (closed)

Edited by Christian King

Merge request reports

Loading
Loading