Skip to content

Commit

Permalink
remove nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
raulb committed Aug 22, 2024
1 parent 5d0bc57 commit f3afe14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugin/connector/standalone/acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"testing"

"github.com/conduitio/conduit-connector-protocol/pconnector/mock"
v1 "github.com/conduitio/conduit-connector-protocol/pconnector/v1" //nolint:staticcheck // backwards compatibility
v1 "github.com/conduitio/conduit-connector-protocol/pconnector/v1" // backwards compatibility

Check failure on line 21 in pkg/plugin/connector/standalone/acceptance_test.go

View workflow job for this annotation

GitHub Actions / golangci-lint

SA1019: "github.com/conduitio/conduit-connector-protocol/pconnector/v1" is deprecated: v1 is deprecated. Use v2 instead. (staticcheck)
v2 "github.com/conduitio/conduit-connector-protocol/pconnector/v2"
"github.com/conduitio/conduit/pkg/plugin/connector"
"github.com/rs/zerolog"
Expand Down

0 comments on commit f3afe14

Please sign in to comment.