Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso committed Mar 7, 2024
1 parent e3845c3 commit 09be701
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 1,303 deletions.
97 changes: 0 additions & 97 deletions pkg/plugin/builtin/v1/internal/fromplugin/specifier.go

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/plugin/processor/builtin/impl/json/decode.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ package json

import (
"context"
"encoding/json"

"github.com/conduitio/conduit-commons/opencdc"
sdk "github.com/conduitio/conduit-processor-sdk"
"github.com/conduitio/conduit/pkg/foundation/cerrors"
"github.com/conduitio/conduit/pkg/foundation/log"
"github.com/goccy/go-json"
)

type decodeProcessor struct {
Expand Down
2 changes: 1 addition & 1 deletion pkg/plugin/processor/builtin/impl/json/encode.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ package json

import (
"context"
"encoding/json"

"github.com/conduitio/conduit-commons/opencdc"
sdk "github.com/conduitio/conduit-processor-sdk"
"github.com/conduitio/conduit/pkg/foundation/cerrors"
"github.com/conduitio/conduit/pkg/foundation/log"
"github.com/goccy/go-json"
)

type encodeProcessor struct {
Expand Down
2 changes: 1 addition & 1 deletion pkg/plugin/processor/builtin/impl/unwrap/kafka_connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ package unwrap

import (
"context"
"encoding/json"
"fmt"

"github.com/conduitio/conduit-commons/opencdc"
sdk "github.com/conduitio/conduit-processor-sdk"
"github.com/conduitio/conduit/pkg/foundation/cerrors"
"github.com/conduitio/conduit/pkg/foundation/log"
"github.com/goccy/go-json"
)

type kafkaConnectConfig struct {
Expand Down
200 changes: 0 additions & 200 deletions pkg/processor/procbuiltin/httprequest.go

This file was deleted.

Loading

0 comments on commit 09be701

Please sign in to comment.