chore: V2 UI rules #10749
Annotations
7 errors
golangci-lint:
internal/server/ofrep/evaluation_test.go#L41
cannot use store (variable of type *common.StoreMock) as Storer value in argument to New: *common.StoreMock does not implement Storer (wrong type for method ListFlags)
|
golangci-lint:
internal/server/ofrep/evaluation_test.go#L84
cannot use store (variable of type *common.StoreMock) as Storer value in argument to New: *common.StoreMock does not implement Storer (wrong type for method ListFlags)
|
golangci-lint:
internal/server/ofrep/evaluation_test.go#L153
cannot use store (variable of type *common.StoreMock) as Storer value in argument to New: *common.StoreMock does not implement Storer (wrong type for method ListFlags)
|
golangci-lint:
internal/server/ofrep/evaluation_test.go#L179
cannot use store (variable of type *common.StoreMock) as Storer value in argument to New: *common.StoreMock does not implement Storer (wrong type for method ListFlags)
|
golangci-lint:
internal/server/ofrep/extensions_test.go#L36
cannot use store (variable of type *common.StoreMock) as Storer value in argument to New: *common.StoreMock does not implement Storer (wrong type for method ListFlags)
|
golangci-lint:
internal/storage/fs/local/store_test.go#L64
s.GetNamespace undefined (type storage.ReadOnlyStore has no field or method GetNamespace) (typecheck)
|
golangci-lint
issues found
|
Loading