Skip to content

Commit

Permalink
back no lint
Browse files Browse the repository at this point in the history
remove nolint
  • Loading branch information
raulb committed Aug 22, 2024
1 parent 5d0bc57 commit 7861bb4
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" //nolint:staticcheck

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

View workflow job for this annotation

GitHub Actions / golangci-lint

directive `//nolint:staticcheck` should provide explanation such as `//nolint:staticcheck // this is why` (nolintlint)
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 7861bb4

Please sign in to comment.