Skip to content

Commit

Permalink
Add nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Apr 24, 2024
1 parent 5047953 commit 3303e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signalflow/example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"os"
"time"

"github.com/signalfx/signalfx-go/signalflow/v2"
"github.com/signalfx/signalfx-go/signalflow/v2" //nolint:staticcheck // Users should use github.com/signalfx/signalflow-client-go/signalflow instead.
)

func main() {
Expand Down

0 comments on commit 3303e13

Please sign in to comment.