Skip to content

Commit

Permalink
skip mock cyclop
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau committed Dec 17, 2024
1 parent 0ecbcf0 commit 12c59c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/handler/lokiclientmock/loki_client_mock.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var mlog = logrus.WithField("module", "lokiclientmock")
type LokiClientMock struct {
}

//nolint:cyclop
func (o *LokiClientMock) Get(url string) ([]byte, int, error) {
var path string
parseNetEvents := false
Expand Down

0 comments on commit 12c59c7

Please sign in to comment.