Skip to content

Commit 12c59c7

Browse files
committed
skip mock cyclop
1 parent 0ecbcf0 commit 12c59c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/handler/lokiclientmock/loki_client_mock.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ var mlog = logrus.WithField("module", "lokiclientmock")
1515
type LokiClientMock struct {
1616
}
1717

18+
//nolint:cyclop
1819
func (o *LokiClientMock) Get(url string) ([]byte, int, error) {
1920
var path string
2021
parseNetEvents := false

0 commit comments

Comments
 (0)