Skip to content

Commit

Permalink
Move nolint comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth committed Sep 20, 2024
1 parent fa074b6 commit a3a8e1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions exporter/exporterqueue/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ type Queue[T any] queue.Queue[T]
type Settings struct {

// Deprecated: [v0.110.0] Use Signal instead
// nolint
DataType component.DataType
DataType component.DataType // nolint

Signal pipeline.Signal
ExporterSettings exporter.Settings
Expand Down
7 changes: 4 additions & 3 deletions receiver/receivertest/contract_checker.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,13 @@ type CheckConsumeContractParams struct {
T *testing.T
// Factory that allows to create a receiver.
Factory receiver.Factory

// DataType to test for.
//
// Deprecated: [v0.110.0] Use Signal instead.
// nolint
DataType component.DataType
Signal pipeline.Signal
DataType component.DataType // nolint

Signal pipeline.Signal
// Config of the receiver to use.
Config component.Config
// Generator that can send data to the receiver.
Expand Down

0 comments on commit a3a8e1b

Please sign in to comment.